download Mastguru Android App

Question Detail

Which method is used to perform DML statements in

JDBC

  • execute()
  • executeUpdate()
  • executeQuery()
  • None of above
Similar Questions :

1. Java beans have no types

  • True
  • False

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. Which method can't be overidden

  • super
  • static
  • final
  • println

4. javah stands for

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

5. Suspend thread can be revived by using

  • start() method
  • Suspend() method
  • resume() method
  • yield() method
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment