download Mastguru Android App

Question Detail

JIT meaning

  • java in time
  • just in time
  • join in time
  • none of above
Similar Questions :

1. javah stands for

  • java compiler
  • java interpreter
  • java dissasamebler
  • java header file

2. Constructor has return type

  • True
  • False

3. 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][];

4. Which command disassembles a class file

  • javaamd
  • javacmd
  • java
  • javap

5. Package of drawstring() method is

  • java.applet
  • java.io
  • javax.swing
  • java.awt
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment