Explain the difference between rowset vs. Resultset in jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
How can we execute stored procedures using callablestatement?
Define preparedstatement.
Why should we close database connections in java?
What are the advantages of database connection pooling?
How can I retrieve a String or other object type without creating a new object each time?
When do we get java.sql.SQLException: No suitable driver found?
can we define indexes on a foreign key? Explain pros and cons?
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................
How can I get information about foreign keys used in a table?
What is jdbc architecture?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What is connection pooling? What Method and class used for Connection pooling in Java?