Question 1: JAVA OOPS - Object Initialization
Which is true about objects in Java?
Question 2: JAVA OOPS - Constructor in Inheritance
What will be printed?
Question 3: JAVA OOPS - final Keyword with Inheritance
Which statement is true?
Question 4: JAVA OOPS - Polymorphism with Abstract Class
Which is true?
Question 5: JAVA OOPS - Abstract Class with Main Method
Which is correct?
Question 6: JAVA OOPS - Encapsulation Benefits
Which of the following is not a benefit of encapsulation?
Question 7: JAVA OOPS - Interface Inheritance
Which of the following is correct?
Question 8: JAVA OOPS - Fully Qualified Name
How can you access `Test` class without importing package?
Question 9: JAVA OOPS - Final and Inheritance
Which of the following is true?
Question 10: JAVA OOPS - Object Class clone()
Which statement is correct about clone() method?
Question 11: JAVA OOPS - this Keyword Usage
What does the this keyword represent in Java?
Question 12: JAVA OOPS - No-argument Constructor with Parameters
Will this code compile?
Question 13: JAVA OOPS - Abstract Class and Inheritance
Which is true about abstract class inheritance?
Question 14: JAVA OOPS - Interface and Polymorphism
Which is correct regarding interface polymorphism?
Question 15: JAVA OOPS - Purpose of Abstraction
What is the main purpose of abstraction in Java?
Question 16: JAVA OOPS - Encapsulation in Practice
Which statement about encapsulation is correct?
Question 17: JAVA OOPS - Purpose of Interface
What is the main purpose of interfaces in Java?
Question 18: JAVA OOPS - Benefits of Packages
Which of the following is not a benefit of packages?
Question 19: JAVA OOPS - Purpose of Final
What is the main purpose of final keyword in Java?
Question 20: JAVA OOPS - Overriding Rules
Which of the following rules is true for overriding?