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
List some new features available in jdbc 4.0?
How a database driver can be loaded with jdbc 4.0 / java 6?
What is sqlwarning?
What are jdbc and its components?
Explain different types of locks in jdbc?
Explain the difference between rowset vs. Resultset in jdbc?
What are types of resultset?
What does jdbc setmaxrows method do?
What are the differences between stored procedure and functions?
What is execute in java?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What is ODBC and JDBC? How do you connect the Database?
What are the measures to connect to the db using jdbc?
What are collection pools?
How many categories of jdbc drivers are there?