What is the difference between JDBC 1.0 and JDBC 2.0?
Answer / Raveesh Mehrotra
JDBC 1.0 primarily focused on connecting to a database, executing SQL statements, and handling result sets. JDBC 2.0 introduced several new features including support for scrollable and updatable result sets, improved support for stored procedures, and the ability to process binary large objects (BLOBs) and arrays.
| Is This Answer Correct ? | 0 Yes | 0 No |
When you declare a method as abstract method ?
When is the arraystoreexception thrown?
Can we declare a class as abstract without having any abstract method?
How to access arraylist elements in java?
Explain the relationship between the Canvas and Graphics class?
What is the difference between jsp and servlet?
what is the meaning of java.lang and java.util
What is tochararray in java?
Can we define private and protected modifiers for the members in interfaces?
What is the purpose of using javap?
How many characters is 2 bytes?
What is difference in between java class and bean?