download Mastguru Android App

Question Detail

Which driver is called as thin-driver in JDBC

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

1. All methods of interface are public and abstract

  • True
  • False

2. Can we declare abstract static method

  • Yes
  • No

3. Which of the following statements about arrays is syntactically wrong

  • arrayName[] p = new arrayName[5];
  • arrayName p[5];
  • arrayName[] p [];
  • arrayName p[][] = new arrayName[2][];

4. Process of creating exact copy of the existing object is called

  • cloning
  • overloading
  • overriding
  • coping

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

  • run() method
  • paint() method
  • drawString() method
  • main() method
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment