Java OOPs Concept Quiz

Welcome to your Java OOPs Concept Quiz. You are attempting the quiz on April 19, 2024

 

For your information, please note that this Java OOPs Concept Quiz has only single choice questions. Read each and every questions carefully before you start answering.You will have 10 min to complete the quiz. Press the Start quiz button to initiate the quiz. Once complete you press Finish button to complete the test.

After completion of test you can see your quiz result with sharing option, You can share your quiz result to social media like Facebook, Instagram etc.

Note: You can view all the answers at the end of this quiz. Best of luck for LTE Java OOPs Concept Quiz

1. 
Which of the following is a type of polymorphism in Java?

2. 
Which concept of Java is achieved by combining methods and attribute into a class?

3. 
What is it called where object has its own lifecycle and child object cannot belong to another parent object?

4. 
Which of these supported by method overriding

5. 
How can we identify whether a compilation unit is class or interface from a .class file?

6. 
Which of these can be used to differentiate two or more methods having same name?

7. 
Which of the following is a valid declaration of an objects of class Box?

8. 
Which method return the element of the Enum class?

9. 
Which of these method of class String is used to extract a substring from a String Object?

10. 
What is it called where object has its own lifecycle and child can not belong to another parent object?

11. 
Which of these can be used to differentiate two or more methods having same name?

12. 
Which of the following is not OOPS concept in java?

13. 
Which of these keywords can be used to prevent Method Overriding?


Leave a Reply

Your email address will not be published. Required fields are marked *