what are the advantages of JDBC?

Answer Posted / bhalchandra kalloorkar

The main advantage of JDBC is that it is platform
independent (as Java is platform independent) as well as
database independent. It means that any software developed
on platforms such as Linux can be used on platforms such as
Windows, with very minor changes.

Also, u can change the back-end by just changing the
driver connection URL.
i think these r the main advantages of JDBC over
others.

Is This Answer Correct ?    14 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of collection pools?

493


Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?

552


What is JDBC ResultSet?

588


What are the advantages of using preparedstatement in java?

539


What are the differences between setmaxrows(int) and setfetchsize(int)?

534






How do I find whether a parameter exists in the request object?

484


What is ojdbc14 jar?

488


How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?

581


Give an example for execution of sql statement.

520


Name the new features added in jdbc 4.0.

538


What is 2 phase commit?

553


Which package contains jdbc api?

532


What is the use of jdbc?

550


What is “dirty read” in JDBC? Which isolation level prevents dirty read?

578


Can I use JDBC to execute non-standard features that my DBMS provides?

544