what are the drawbacks of JDBC? explain briefly?

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


Please Help Members By Posting Answers For Below Questions

What are the main components of JDBC ?

574


What is ojdbc14 jar?

498


What is SQL Warning? How to retrieve SQL warnings in the JDBC program?

544


What is the reason why we need a jdbcrowset like the wrapper around resultset?

542


What is represented by the connection object?

526






How will you perform truncation using JDBC?

575


What is jdbc architecture in java?

472


Explain the JDBC Architecture?

566


Explain the locking system in jdbc & its types?

504


What is jdbc thin client in oracle?

491


What are the functions of the jdbc connection interface?

504


What are the advantages of using preparedstatement in java?

547


How can I determine the isolation levels supported by my DBMS?

519


How to move the cursor in scrollable resultset ?

575


Discuss the procedure of retrieving warnings?

559