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
How to know howmuch data is truncated?
List the common jdbc exceptions ?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What is metadata in jdbc?
What is the function of setautocommit?
How the JDBC application works?
How can I retrieve a String or other object type without creating a new object each time?
What is an odbc driver?
Does JDBC support stored procedures?
What does setautocommit do?
What does executeupdate return in java?
What is jdbc explain?
How many types of statements are there in jdbc?
What is jdbc connection class?
Can I get a null resultset?