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 |
What are the classes and methods used for sending sql statements to database?
How many types of jdbc drivers are there?
Difference between Dirty, commited ,phantom,repeatable reads?
If you are truncated using JDBC, how can you that how much data is truncated?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
Can I use JDBC to execute non-standard features that my DBMS provides?
When do we use execute method in java jdbc?
Is jdbc secure?
How warnings are retrieved in JDBC?
How many types of jdbc drivers are available?
what is JDBC?