Question Detail

Super is the predefined

  • Keyword
  • Method
  • Keyword and Method
  • None of above
Similar Questions :

1. Suspend thread can be revived by using

  • start() method
  • Suspend() method
  • resume() method
  • yield() method

2. Which of the following command is used to compile the Java program

  • java
  • javac
  • javap
  • none of these

3. Methods that have same name, but different Parameter list and different definition known as

  • Overriding
  • Constructor
  • Overloading
  • none of these

4. String is the predefined

  • Method
  • Class
  • Variable
  • Object

5. ____ allows java code to run in the JVM to call and be called by native applications

  • JFI
  • JNI
  • NJI
  • FJI
Read more from - Java Objective Questions Answers -Chapter 1