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 driver?
How you restrict a user to cut and paste from the html page using java programing?
What is jdbc connection?
What does executequery return in java?
What is difference between statement and preparedstatement in jdbc?
Does jdbc use ssl?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
What does the jdbc driver interface do?
How can I write to the log used by DriverManager and JDBC drivers?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
How many ways can you update a result set?
What is the JDBC?
What is the role of class.forname while loading drivers?
What is the difference between client and server database cursors?
What is the use of getGeneratedKeys() method in Statement?