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
Which type of driver provides jdbc access via one or more odbc drivers?
What are the differences between resultset and rowset?
What is a jdbc url?
How to move the cursor in scrollable resultset ?
How to insert an image or raw data into database?
What are the 4 types of jdbc drivers?
What is setautocommit in jdbc?
please tell me the name and url path for type-4 driver ?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What is a merge field?
What does executeupdate return in java?
How can we execute stored procedures?
What is the difference between execute, executeQuery, executeUpdate?
What is execute in java?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?