what are the advantages of JDBC?

Answer Posted / bhalchandra kalloorkar

Using JDBC has following advantages:

1) As JDBC uses Java, your application becomes platform
independent.
2) JDBC is used as front end. So, even if Back end changes,
it requires very less changes.
3) Java is distributed. Hence your JDBC i.e. database
application can also become distributed & take advantage
of robust API that Java provides.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does jdbc driver work?

523


What are the differences between resultset and rowset?

517


In which ways is driver class is registered with drive manager?

512


What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?

470


What are collection pools?

508






How can you make the connection using jdbc?

555


How can we store and retrieve images from the database?

505


What does the jdbc databasemetadata interface?

512


Which type of driver is unique in jdbc?

481


What are the exceptions in jdbc?

492


Is oracle client required for jdbc connection?

491


What is the difference between execute, executeQuery, executeUpdate?

513


code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)

3876


What are the main steps in java to make JDBC connectivity?

563


What is setautocommit in jdbc?

481