Question Detail

Which command is used for interpretation of java program

  • Java
  • javac
  • javap
  • none of above
Similar Questions :

1. Java beans have no types

  • True
  • False

2. Converting a primitive type data into its corresponding wrapper class object instance is called

  • boxing
  • wrapping
  • instantiation
  • autoboxing

3. Which statement is static and synchronized in JDBC API

  • executeQuery()
  • executeUpdate()
  • getConnection()
  • prepareCall()

4. Suspend thread can be revived by using

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

5. pow () is associated with which class

  • Math class
  • Input stream class
  • Object class
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1