From fec3a8c66d89f09f54e4ccfde4887ed3f67291c3 Mon Sep 17 00:00:00 2001 From: Apoorva <97695341+Apoorva57@users.noreply.github.com> Date: Fri, 21 Oct 2022 23:10:30 +0530 Subject: [PATCH] Added content to Java Roadmap (110-java) (#2490) * Update 102-cukes.md * Update 102-cukes.md * Update readme.md * Update content/roadmaps/110-java/content/103-java-web-frameworks/readme.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com> --- .../110-java/content/103-java-web-frameworks/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/110-java/content/103-java-web-frameworks/readme.md b/content/roadmaps/110-java/content/103-java-web-frameworks/readme.md index 9e91c194b..0fa8aec84 100644 --- a/content/roadmaps/110-java/content/103-java-web-frameworks/readme.md +++ b/content/roadmaps/110-java/content/103-java-web-frameworks/readme.md @@ -1 +1,3 @@ -# Java web frameworks \ No newline at end of file +# Web Frameworks + +Frameworks are tools with pre-written code, that act as a template or skeleton, which can be reused to create an application by simply filling with your code as needed which enables developers to program their application with no overhead of creating each line of code again and again from scratch.