Answer Posted / yahoo
1.It can't maintain the database Independent sql statements.
i.e In future if there is required to change the datbase
because of maintainance problem then we need to change all
sql statements according to the new database.
2.We cant move the ResultSet object through the network bcz
it is not serialized by default.
3.It is not at all good in the transaction management.
4.Allot of problems might be happend in case of connection
closing and opening.Is is required to programmer headache
| Is This Answer Correct ? | 38 Yes | 1 No |
Post New Answer View All Answers
What is statement and resultset in jdbc?
What is DML?
What do you mean by batch processing in jdbc?
Is it possible to connect to multiple databases simultaneously?
Which package is used for jdbc application?
What is jdbc vs odbc?
What is odbc and jdbc in dbms?
What is an SQL Locator?
How can you create jdbc statements?
What is jdbc connection interface?
What is jdbc and its advantages?
How many ways that we can view a result set?
What is a jdbc url?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
What is batch processing and how to perform batch processing in jdbc?