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
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What is the difference between jdbc and odbc?
What is the JDBC?
How do I start debugging problems related to the JDBC API?
What are the types of statements in jdbc?
What is execute in java?
What are the packages are used in jdbc?
How to move the cursor in scrollable resultset ?
What are types of jdbc drivers?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What driver should I use for scalable Oracle JDBC applications?
What is an escape syntax?
What is JDBC PreparedStatement?
What is the different between ResultSet and RowSet?
What is jdbc and its types?