Answer Posted / subrahmanyam
JDBC is used to Provide Database Connectivity from java to
database.
Using JavaDataBaseConnectiviy We can update/retrive data
to/from database with java programs
| Is This Answer Correct ? | 46 Yes | 6 No |
Post New Answer View All Answers
What are the jdbc statements?
What are the standard isolation levels defined by JDBC?
What is a datasource in java?
Why would you use setautocommit(false) in jdbc?
Briefly tell about the jdbc architecture.
What is a connection string used for?
What are jdbc and its components?
What are the ddl statements?
Explain the steps in writing a java program using jdbc?
What are types of jdbc drivers?
Why is jdbc used?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
Where jdbc drivermanager class is used?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
Result set’s index starts with 0 or 1?