G
Q. How many types of JDBC drivers there?
There are 4 types of JDBC drivers: Type-1 driver or JDBC-ODBC bridge driver, Type-2 driver or Native-API driver, Type-3 driver or Network Protocol driver, Type-4 driver or Thin driver
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. ________ gives the number of objects present
Q. ____ is used to find and fix bugs in the Java programs.
Q. What is the stored in the object obj in following lines of Java code? box obj;
Q. Which of these exception is thrown by close () and read () methods?
Q. In Java, can a subclass inherit static methods from its superclass?
Discusssion
Login to discuss.