Today we learnt ways to implement a much more safer jsp page using prepared Statement and Singleton Methdod.However before we dive into that, we covered some simple jsp knowledge and methods to apply into our page.Get & Postthere are lots of HTTP methods: the most commonly used are get and postgetused when openly sharing information: news websites, search barIt exposes the information in the hea..