1. Which provides a runtime environment for Java byte code to be executed?
  2. Which of the following are not Java keywords?
  3. The default value of a static integer variable of a class in Java is,
  4. Multiple inheritance means,
  5. Which statement is not true in the Java language?
  6. To prevent any method from overriding, we declare the method as,
  7. Which one of the following is not true?
  8. The fields in an interface are implicitly specified as,
  9. Which of the following is true?
  10. What is garbage collection in the context of Java?
  11. The Java runtime system automatically calls this method while garbage collection.
  12. The correct order of the declarations in a Java program is,
  13. An overloaded method consists of,
  14. A protected member can be accessed in, Which is the false option?
  15. All exception types are subclasses of the built-in class
  16. When an overridden method is called from within a subclass, it will always refer to the version of that method defined by the
  17. Java compiler javac translates Java source code into
  18. In Java, a character constant’s value is its integer value in the
  19. In Java, a try block should immediately be followed by one or more .................... blocks.
  20. An abstract data type typically comprises a ............... and a set of .................. respectively.