Answer Posted / janet
JDBC is a set of java API for executing SQL statements.
This API consists of a set of classes and interfaces to
enable programs to write pure Java Database applications.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Does JDBC support stored procedures?
What are the steps involved in establishing a connection using jdbc in java?
Why we use while rs next ())?
What class.forname does, while loading the drivers?
How can we execute stored procedures?
What is JDBC Driver interface?
What is jdbc odbc?
What is hbm xml?
What is the latest version of JDBC? What are the new features added in that?
Where can I find info, frameworks and example source for writing a JDBC driver?
What is an encrypted internet connection?
How we can you use preparedstatement.
What are restrictions on triggers?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
Explain jdbc savepoint?