Search
.Management Sciences
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.
Related Mcqs:
- Which collection class associates values witch keys, and orders the keys according to their natural order ?
- A. java.util.LinkedList B. java.util.TreeMap C. java.util.SortedSet D. java.util.HashSet...
- Main method parameter has which type of data type___________________?
- A. int B. char C. string D. double...
- Suspend thread can be revived by using ?
- A. yield() method B. Suspend() method C. start() method D. resume() method...
- Interfaces helps in which type of inheritance ?
- A. Multiple inheritance B. Multilevel inheritance C. Hierarchical inheritance D. None of above...
- Process of creating exact copy of the existing object is called_______________?
- A. overloading B. overriding C. cloning D. coping...
Recent Comments