what are the advantages of JDBC?

Answer Posted / visruth

We know that the sql queries are different in different
databases.But in JDBC, the queries in the programme are same
for all databases so any databases can be used with the same
programme with the same jdbc queries but driver (in
programme) for the database needs to be changed with
different databases (to get communication with the
respective database). The driver will be different to
different databases.
All answers given are in some way right. Although, when we
work with it, we will know exactly. It's very simple
By Visruth, visruthvsrd@gmail.com, +91-9895154767

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about the Try Block?

552


What is database deadlock ? How can we avoid them?

506


How can I retrieve a String or other object type without creating a new object each time?

574


What protocol does jdbc use?

503


What are the different classes through which JDBC represents statements?

503






Is jdbc a framework?

473


How many locking systems are there in jdbc?

546


What is the difference between jdbc and odbc?

522


What is use of connection pooling?

513


What does the jdbc connection interface?

531


Where is mysql jdbc driver located?

511


How can we retrieve data from the resultset?

547


What is jdbc and jdbc drivers?

493


Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?

513


What does adapter class provide?

521