download Mastguru Android App

Question Detail

javah stands for

  • java compiler
  • java interpreter
  • java dissasamebler
  • java header file
Similar Questions :

1. In java, gc() method is available in which package

  • java.lang package
  • java.util package
  • java.awt package
  • java.io package

2. Which of the following statements about arrays is syntactically wrong

  • arrayName[] p = new arrayName[5];
  • arrayName p[5];
  • arrayName[] p [];
  • arrayName p[][] = new arrayName[2][];

3. How many keywords are available in java

  • 35
  • 55
  • 48
  • 130

4. Interfaces helps in which type of inheritance

  • Multiple inheritance
  • Multilevel inheritance
  • Hierarchical inheritance
  • None of above

5. The Externizable interface extends the serializable interface

  • True
  • False
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment