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
Explain creation of statement object with connection method create method with help of an example.
What does the connection object represents?
What is an escape syntax?
Explain the two tier and three tier architecture of jdbc.
What is jdbc in dbms?
How to update a resultset programmatically?
What are the steps required to execute a query in jdbc?
What are temp tables ?
What are the steps to connect to a database in java?
Which jdbc driver type s is are the jdbc odbc bridge?
What do you mean by batch processing in jdbc?
What is the most common example type 1 driver?
What is thin driver in jdbc?
What are the common jdbc exceptions?
What are the jdbc statements?