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. Which method is used to perform DML statements in

JDBC

  • execute()
  • executeUpdate()
  • executeQuery()
  • None of above

2. Program which executes applet is known as

  • applet engine
  • virtual machine
  • JVM
  • None of above

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

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

4. Smallest individual unit in java program is known as

  • string
  • literal
  • token
  • operator

5. x=x+1 is equivalent to

  • ++x
  • x++
  • x=x-1
  • None of these
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment