Java : Programming Concept Questions & Answers
Question : What feature of OOP has a super-class sub-class concept?
A.
Hierarchical inheritance
B.
Single
inheritance
C.
Multiple inheritances
D.
Multilevel inheritance
Correct Answer is : Option A.
- Which of the following are not the methods of the Thread class?
- Division operator has ____ precedence over multiplication operator.
- What is the full form of JVM ?
- In Java code, the line that begins with /* and ends with */ is known as?
- Which of the following are not Java modifiers?