diff --git a/content/roadmaps/110-java/content/100-java-fundamentals/103-functions.md b/content/roadmaps/110-java/content/100-java-fundamentals/103-functions.md
index cebcc2697..1e9fd05f6 100644
--- a/content/roadmaps/110-java/content/100-java-fundamentals/103-functions.md
+++ b/content/roadmaps/110-java/content/100-java-fundamentals/103-functions.md
@@ -1 +1,10 @@
-# Functions
\ No newline at end of file
+# Functions
+
+A method/function is a way to perform some task. Similarly, in programming like Java, a function method is a block of code written to perform a specific task repeatedly. It provides reusability of code. We write the function once and use it many times. It works on the 'DRY' principle i.e., "Do not repeat yourself".
+
+Free Content
+
+Methods/Functions in Java.
+What are methods or functions in Java.
+Learn Functions/Methods in Java
+Functions / Methods in Java