Question Detail

Which method is used to perform DML statements in

JDBC

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

1. All collection classes are available in

  • java.io package
  • java.lang package
  • java.awt package
  • java.util package

2. Which command disassembles a class file

  • javaamd
  • javacmd
  • java
  • javap

3. javah stands for

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

4. x=x+1 is equivalent to

  • ++x
  • x++
  • x=x-1
  • None of these

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

  • reclaim() method
  • final() method
  • finalize() method
  • both b and c
Read more from - Java Objective Questions Answers -Chapter 1