1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Add JDBC content (#1994)

* Update readme.md

* Update content/roadmaps/110-java/content/106-java-jdbc/readme.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Poonam kumawat
2022-10-02 17:14:09 +05:30
committed by GitHub
parent 91e08472d0
commit 77f025c4dd

View File

@@ -1 +1,7 @@
# Java jdbc
# Java JDBC
JDBC is an API(Application programming interface) used in java programming to interact with databases. The classes and interfaces of JDBC allow the application to send requests made by users to the specified database.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.geeksforgeeks.org/introduction-to-jdbc/'>Introduction to JDBC</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.ibm.com/docs/en/informix-servers/12.10?topic=started-what-is-jdbc'>IBM: What is JDBC</BadgeLink>