How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
Why should we close database connections in java?
Is java a database?
Explain about Join?
How many categories of jdbc drivers are there?
How to connect html page to database using jdbc?
What is jdbc driver for sql server?
What is a jdbctemplate?
How do I start debugging problems related to the JDBC API?
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?................
What is JDBC ResultSet?
Describe how the jdbc application works.
What are database warnings in jdbc and how can we handle database warnings in jdbc?