Multiple inheritance is achieved using interfaces in Java.
What is the purpose of the 'this' keyword in Java?
What is the purpose of the 'throws' keyword in Java?
Which of the following is not a primitive data type in Java?
Which method is called automatically when an object is garbage collected?
How do you declare an array of function pointers in C?
What is the entry point for the execution of a Java program?
Which collection class is synchronized in Java?
What is the default value of a boolean variable in Java?
Which keyword is used to declare a constant in Java?
How do you achieve multiple inheritance in Java?