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
parent
91e08472d0
commit
77f025c4dd
1 changed files with 7 additions and 1 deletions
@ -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…
Reference in new issue