What does jdbc do?
Answer / Aditya Kumar Dixit
JDBC (Java Database Connectivity) is a Java API that provides a standard way for Java programs to connect, query, and manipulate databases. It allows the execution of SQL statements against any relational database management system (RDBMS) that has a JDBC driver.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is database connection pooling? Advantages of using a connection pool?
What are the jdbc drivers in java?
What is the use of JDBC DriverManager class?
What is thin driver in jdbc?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
Write a program JDBCcode forfetching student database with SQL.
What is setautocommit in jdbc?
What is the purpose of jdbc?
How do you insert images into database using jdbc?
What is a statement?
What is 2 phase commit?
How is database middleware used to access legacy databases?