1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-25 18:20:46 +02:00

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>
This commit is contained in:
Apoorva
2022-10-21 23:10:30 +05:30
committed by GitHub
parent 022b0e27e8
commit fec3a8c66d

View File

@@ -1 +1,3 @@
# Java web frameworks
# 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.