JDBC features
In this section we will see the features of JDBC. The Java Database Connectivity or JDBC for short is the API available in Java for accessing the database. JDBC allows the programmers to access, add data, update data, delete data and query the data from the underlying database.
You can access database if database driver for that database available in java. For each type of database, database vendor provide the database driver to enable the programmers to access data from Java program.
Here is the features of JDBC
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.