download Mastguru Android App

Question Detail

javah stands for

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

1. pow () is associated with which class

  • Math class
  • Input stream class
  • Object class
  • None of above

2. Which method of java is invoked by JVM to reclaim the inaccessible memory location

  • reclaim() method
  • final() method
  • finalize() method
  • both b and c

3. Why we use array as a parameter of main method

  • it is syntax
  • Can store multiple values
  • Both of above
  • None of above

4. Which method of the Applet class displays the result of applet code on screen

  • run() method
  • paint() method
  • drawString() method
  • main() method

5. Which method is used to perform DML statements in

JDBC

  • execute()
  • executeUpdate()
  • executeQuery()
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment