-
-
-
Regarding to strings
class String{
public static void main(String args[]){
}
} -
-
System Class
What is the use of system class?
-
-
-
-
-
The data, or variables, defined within a class are called _______ variables
A) ObjectB) ClassC) Instance D) None of the above
-
Method overloading is one of the ways that Java supports ____________
A) EncapsulationB) ClassC) InheritenceD) Polymorphism
-
-
In this example class-var = new classname( ); The class name followed by parentheses specifies the _________ for the class
A) VariablesB) ConstructorC) ObjectsD) Memory
Java Classes Questions
Ans