Search
.Management Sciences
A. Sub class create object of super class
B. Sub class extends Base class
C. Sub class extends super class
D. All of the above
Related Mcqs:
- Choose the correct statement : Restriction on static methods are?
- A. They cannot refer this or super in any way. B. They must only access static data. C. They can only call other static methods. D. All of the above...
- A method within a class is only accessible by classes that are defined within the same package as the class of the method. Which one of the following is used to enforce such restriction ?
- A. Declare the method with the keyword public. B. Declare the method with the keyword private. C. Do not declare the method with any accessibility modifiers. D. Declare the method with the keyword public and private....
- Which among following classes is not part of Java’s collection framework ?
- A. Stack B. Maps C. Queue D. Array...
- Thread class is available in________________?
- A. java.lang package B. java.util package C. java.awt package D. java.io package...
- Which metrhods are utilized to control the access to an object in multi threaded programming ?
- A. Synchronized methods B. Asynchronized methods C. Serialized methods D. None of above...
Recent Comments