Question Detail

Which driver is efficient and always preferable for using JDBC applications

  • Type-4 driver
  • Type-3 driver
  • Type-2 driver
  • Type-1 driver
Similar Questions :

1. Which driver is efficient and always preferable for using JDBC applications

  • Type-4 driver
  • Type-3 driver
  • Type-2 driver
  • Type-1 driver

2. Which keyword represents object of the present class

  • interface
  • package
  • this
  • static

3. All collection classes are available in

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

4. x=x+1 is equivalent to

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

5. The inner class can access private members of the outer class

  • False
  • True
Read more from - Java Objective Questions Answers -Chapter 1