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>
pull/2011/head
Poonam kumawat 2 years ago committed by GitHub
parent 91e08472d0
commit 77f025c4dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      content/roadmaps/110-java/content/106-java-jdbc/readme.md

@ -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>

Loading…
Cancel
Save