diff --git a/content/roadmaps/110-java/content/106-java-jdbc/readme.md b/content/roadmaps/110-java/content/106-java-jdbc/readme.md
index 88dce0d2b..12883b3da 100644
--- a/content/roadmaps/110-java/content/106-java-jdbc/readme.md
+++ b/content/roadmaps/110-java/content/106-java-jdbc/readme.md
@@ -1 +1,7 @@
-# Java jdbc
\ No newline at end of file
+# 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.
+
+Free Content
+Introduction to JDBC
+IBM: What is JDBC