If method have same name as class name and method don’t have any return type then it is known as______________?
A. Constructor
B. Destructors
C. Variable
D. Object
A. Constructor
B. Destructors
C. Variable
D. Object
A. java array
B. java architecture
C. java archived
D. none of these
A. From within protected methods you do not have access to public methods.
B. This method is only accessible from inside the class itself and from inside all subclasses.
C. In a class, you cannot declare methods with a lower visibility than the visibility of the class in which it is defined.
D. This method is accessible from within the class itself and from within all classes defined in the same package as the class itself.
A. java.util package
B. java.io package
C. java.lang package
D. java.awt package
A. Stack
B. Maps
C. Queue
D. Array
A. JVM
B. virtual machine
C. applet engine
D. None of above
A. Lang package
B. util package
C. io package
D. All of above