Which of the following is NOT a valid Java keyword?
What is the primary purpose of the 'final' keyword when used with a variable?
Which of the following data structures provides the fastest average retrieval time for elements?
What is the purpose of the 'try-catch' block in Java?
Which of the following is a valid way to create an instance of an abstract class in Java?
What is the difference between '==' and '.equals()' in Java?
Which interface should you implement to enable objects of a class to be sorted?
What is the role of the Java Virtual Machine (JVM)?
Which of the following is a feature of Java that supports code reusability?
What is the purpose of the 'transient' keyword in Java?