Question Detail

Which method is used to perform DML statements in

JDBC

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

1. Which of the following below are valid isolation levels in J2EE

  • TRANSACTION_READ_UNCOMMITTED
  • TRANSACTION_SERIALIZABLE
  • Only A
  • Both A and B

2. Java intermediate code is known as

  • First code
  • Mid code
  • Byte code
  • None of above

3. Private Constructors can't be access from any derived classes neither from another class

  • True
  • False

4. Which among following classes is not part of Java's collection framework

  • Queue
  • Array
  • Stack
  • Maps

5. what is jdb

  • java compiler
  • java Interpreter
  • java Disassemble
  • java debugger
Read more from - Java Objective Questions Answers -Chapter 1