Skip to content

Commit ad2ca4d

Browse files
authored
Update README.md
1 parent 698975b commit ad2ca4d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Solutions/Bonus/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1+
# Bonus Question - JDBC Concept
2+
The code in the file `AppJDBC.java` is based on the JDBC concepts in Java Programming. JDBC stands for Java Database Connectivity. JDBC is a Java API to connect and execute the query with the database. It is a part of JavaSE (Java Standard Edition). JDBC API uses JDBC drivers to connect with the database.
13

4+
This JDBC sample code is related CRUD operations using SQL database.
5+
It allows users to :
6+
* Get Input of students
7+
* Insert Records into the database
8+
* Update Records
9+
* Delete Records
10+
* Search Records

0 commit comments

Comments
 (0)