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
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
Is uri the same as url?
What is jdbc odbc?
Does the JDBC-ODBC Bridge work with Microsoft J++?
Name the new features added in jdbc 4.0.
Why resultset is used in java?
What are the differences between setmaxrows(int) and setfetchsize(int)?
What are the factors that the jdbc driver performance depends upon?
Why do we use jdbc statements?
How to rollback a JDBC transaction?
What is an SQL Locator?
What is executequery in java?
How do I start debugging problems related to the JDBC API?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
What is JDBC API and when do we use it?