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
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What is jdbc architecture in java?
Explain how data flows from view to db and reverse
Explain how to make updates to the updatable resultsets.
What are the packages are used in jdbc?
What is JDBC API and when do we use it?
What are the utilities of the callablestatement?
How many types of jdbc drivers are available?
What are the differences between execute, executequery, and executeupdate?
What are the new features available in jdbc 4.0?
Why are we using blob datatypes in jdbc?
Why hibernate is better than jdbc?
What is while rs next ())?
What are different parts of a url?
What is jdbc and why is it required?