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 many packages are available in jdbc api?
Briefly tell about the jdbc architecture.
Why hibernate is better than jdbc?
How does jdbc driver work?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What is JDBC Driver interface?
What is jndi lookup?
What does jdbc stand for?
What is odbc and jdbc in dbms?
Does JDBC support stored procedures?
java based application for hospital management
What are JDBC Best Practices?
How does jdbc work?
Is jdbc connection secure?
How to connect multiple database in jdbc?