Question 1: JAVA OOPS - Object Class Basics
Which of the following is true about the Object class in Java?
Question 2: JAVA OOPS - Object Class Methods
Which of the following methods are defined in Object class?
Question 3: JAVA OOPS - Overriding Basics
Which statement about method overriding is true?
Question 4: JAVA OOPS - Overriding Example
What will be printed?
Question 5: JAVA OOPS - toString() Overriding
What is the purpose of overriding toString() method?
Question 6: JAVA OOPS - equals() Overriding
Which statement is correct about equals() method?
Question 7: JAVA OOPS - Final Method Overriding
Which statement is correct?
Question 8: JAVA OOPS - Object Class hashCode()
Which statement is true about hashCode()?
Question 9: JAVA OOPS - Object Class clone()
Which statement is correct about clone() method?
Question 10: JAVA OOPS - Overriding Rules
Which of the following rules is true for overriding?