What is the difference between JDBC 1.0 and JDBC 2.0?



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

Post New Answer

More Core Java Interview Questions

When you declare a method as abstract method ?

2 Answers   HP,


When is the arraystoreexception thrown?

1 Answers  


Can we declare a class as abstract without having any abstract method?

1 Answers  


How to access arraylist elements in java?

1 Answers  


Explain the relationship between the Canvas and Graphics class?

1 Answers  


What is the difference between jsp and servlet?

6 Answers   Symphony,


what is the meaning of java.lang and java.util

6 Answers  


What is tochararray in java?

1 Answers  


Can we define private and protected modifiers for the members in interfaces?

1 Answers  


What is the purpose of using javap?

1 Answers  


How many characters is 2 bytes?

1 Answers  


What is difference in between java class and bean?

1 Answers  


Categories