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
Is odbc an api?
What protocol does jdbc use?
Why isn't the java.sql.DriverManager class being found?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What is a jdbc connection pool?
What is difference between java.util.Date and java.sql.Date?
What is the meaning of “dirty read” in the database?
What is statement and resultset in jdbc?
What is JDBC Savepoint? How to use it?
How can we retrieve data from the resultset?
What are the ddl statements?
Can we have foreign key reference to a non primary key column ?
What is preparedstatement in jdbc?
How can I manage special characters when I execute an insert query?
What are the utilities of the callablestatement?