Answer Posted / modi
Disadvantages of JDBC
1.JDBC is not easily if it is used in large projects. There is a big programming overhead.
2.Programmer must hardcode the Transactions and concurrency code in the application.
3.Handling the JDBC connections and properly closing the connection is also a big issue. Properly closing the connection is must.
4.JDBC is not good for big applications
| Is This Answer Correct ? | 23 Yes | 8 No |
Post New Answer View All Answers
Explain the difference between inner and outer join ?
Is jpa faster than jdbc?
What are the different types of locking in JDBC?
Does jdbc use odbc?
Why we use while rs next ())?
Name the new features added in jdbc 4.0.
What is in terms of jdbc a datasource?
Jdbc-odbc bridge is multi-threaded or not?
What is the role of the jdbc drivermanager class?
RowSetInternal caller and returns void. What can I do in the readData method?
What is namedparameterjdbctemplate?
What is jdbc explain?
What are the higher level apis under development on top of jdbc currently?
What is jdbc databasemetadata interface?
Explain the two tier and three tier architecture of jdbc.