Question Detail

Which method is used to perform DML statements in

JDBC

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

1. Minimum threads in a program are

  • 1
  • 2
  • 5
  • Many

2. String is the predefined

  • Method
  • Class
  • Variable
  • Object

3. Which is the predefined package

  • Lang package
  • io package
  • util package
  • All of above

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

  • boxing
  • wrapping
  • instantiation
  • autoboxing

5. Which type of inheritance is not supported by java

  • Single
  • Multiple
  • Mulilevel
  • Hirarchical
Read more from - Java Objective Questions Answers -Chapter 1