What is the use of jdbc?



What is the use of jdbc?..

Answer / Rakesh Kumar Verma

JDBC (Java Database Connectivity) is a standard API in Java that allows Java programs to connect, query, and manipulate data in various databases. It enables developers to write database-agnostic code, making it easier to work with different RDBMS without needing to learn multiple proprietary APIs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What are the classes and methods used for sending sql statements to database?

1 Answers  


How many types of jdbc drivers are there?

1 Answers  


Difference between Dirty, commited ,phantom,repeatable reads?

3 Answers  


If you are truncated using JDBC, how can you that how much data is truncated?

1 Answers  


Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?

1 Answers  


How can I instantiate and load a new CachedRowSet object from a non-JDBC source?

1 Answers  


Can I use JDBC to execute non-standard features that my DBMS provides?

1 Answers  


When do we use execute method in java jdbc?

1 Answers  


Is jdbc secure?

1 Answers  


How warnings are retrieved in JDBC?

1 Answers  


How many types of jdbc drivers are available?

1 Answers  


what is JDBC?

3 Answers   Wipro,


Categories