download Mastguru Android App

Question Detail

What do you mean by javap

  • java compiler
  • java Interpreter
  • java Disassemble
  • java debugger
Similar Questions :

1. The JDBC-ODBC bridge is

  • Multithreaded
  • Singlethreaded
  • Both of above
  • None of above

2. Execution of the program is always begins with

  • Main method
  • class contain main method
  • parent class
  • default package

3. Which method can't be overidden

  • super
  • static
  • final
  • println

4. Suspend thread can be revived by using

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

5. All raw data types should be read and uploaded to the database as an array of

  • int
  • char
  • bollean
  • byte
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment