Which Of The Following Statements Are Incorrect #243
Which of the following statements are incorrect?
This multiple choice question (MCQ) is related to the book/course
gs gs128 Java.
It can also be found in
gs gs128 Java Classes Methods - Java Arrays Revisited & Keyword static - Quiz No.1.
Which of the following statements are incorrect?
static methods can call other static methods only
static methods must only access static data
static methods can not refer to this or super in any way
when object of class is declared, each object contains its own copy of static variables