What does jdbc do?



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

Post New Answer

More JDBC Interview Questions

What is database connection pooling? Advantages of using a connection pool?

1 Answers  


What are the jdbc drivers in java?

1 Answers  


What is the use of JDBC DriverManager class?

1 Answers  


What is thin driver in jdbc?

1 Answers  


What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?

1 Answers  


Write a program JDBCcode forfetching student database with SQL.

1 Answers   Atos,


What is setautocommit in jdbc?

1 Answers  


What is the purpose of jdbc?

1 Answers  


How do you insert images into database using jdbc?

1 Answers  


What is a statement?

1 Answers  


What is 2 phase commit?

1 Answers  


How is database middleware used to access legacy databases?

1 Answers  


Categories