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
What is jdbc driver manager?
How do I disallow NULL values in a table?
What is jsp and jdbc?
What is jdbc connection?
What is difference between statement and preparedstatement in jdbc?
What is a jdbc connection?
How can you load the drivers?
How can you create jdbc statements?
What is the role of the jdbc drivermanager class?
Why “no suitable driver” error occurs?
explain about special characters?
What is a statement in java?
What are the measures to connect to the db using jdbc?
What is the use of jdbc api?
What is the JDBC syntax for using a literal or variable in a standard Statement?