Update README.md

Added new link's to Java Section
This commit is contained in:
shasibhusanJena 2024-06-23 21:42:23 +05:30
parent 243d33995f
commit 4495e34947

View File

@ -207,6 +207,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
- [Build a Simple HTTP Server with Java](http://javarevisited.blogspot.com/2015/06/how-to-create-http-server-in-java-serversocket-example.html)
- [Build an Android Flashlight App](https://www.youtube.com/watch?v=dhWL4DC7Krs) (video)
- [Build a Spring Boot App with User Authentication](https://spring.io/guides/gs/securing-web/)
- [Build a simple form submission](https://spring.io/guides/gs/handling-form-submission)
- [Fetch data using MySQL](https://spring.io/guides/gs/accessing-data-mysql)
## JavaScript: