Answer Posted / devarathnam c,kotagudibanda(po
Hi...Actually Connection is an interface in JDBC API.
Which provides the communication b/n the frontend and
backend
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a jdbc url?
What happens if we don't close the connection in jdbc?
How many rowset are available in jdbc?
What is the major difference between java.util.date and java.sql.date data type?
How are jdbc statements used?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What does executequery return in java?
What is the use of getGeneratedKeys() method in Statement?
What is jdbc and odbc in java?
What is database connection pooling? Advantages of using a connection pool?
Name different methods for getting streams.
What is dburl?
How can I retrieve a String or other object type without creating a new object each time?
What is two-phase commit in the database?
How can I manage special characters when I execute an insert query?