Hrushikesh Pandaservlets-jdbc-and-jsp.hashnode.dev·Dec 31, 2024W1 - Web Applications, Servlets, JDBC BasicsWeb Applications Basics Introduction 1.Web Applications is a software application whose services can be accessed via web.Eg: While accessing the Amazon over browser, then the Amazon need to be developed and deployed in a server. 2.This communication ...Java Full Stack#servlet annotations
Manojay Kulkarnicodeodyssey.hashnode.dev·Dec 19, 2024Understanding the Connection Between the init() Method in Servlets and the JVM's main() MethodIf you're new to web development or working with servlets, you might wonder how the init() method of a servlet is invoked and how it's tied to the JVM's main() method. Let’s break this down in a way that connects the dots. --- The main() Method and t...#ServletLifecycle