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
What are the differences between execute, executequery, and executeupdate?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What is jdbc and its types?
Explain the two tier and three tier architecture of jdbc.
What is phantom read and which isolation level prevents it?
Give an example for getXXX method?
Describe the steps needed to execute a sql query using jdbc.
What is the JDBC?
What is JDBC Driver interface?
What is a jdbc connection string?
How many types of resultset are there in jdbc?
Is jdbc secure?
What is resultset?
What is the return type of execute, executequery and executeupdate?
What are the jdbc drivers in java?