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 JDBC PreparedStatement?
Does jpa use jdbc?
What is jdbc explain?
What is jdbc driver?
What are the types of jdbc drivers that exist?
What are the conditions applies to varchar variable, when using in procedures?
How can we execute stored procedures?
How are jdbc statements used?
What are four types of JDBC driver?
Why we use jdbc instead of odbc?
How MS-Access DB can be accessed over a network, using JDBC API?
What is data source in java?
What do you understand by jdbc datasource?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
Is it possible to connect to multiple databases simultaneously?