Learn Servlets : Basics in a few hours
Salepage : Learn Servlets : Basics in a few hours
Servlets may be learned in 3-4 hours.
Concentrate solely on the essentials (usually asked in interviews).
The emphasis is on practicals and lab sessions (theory is there to understand concepts).
This training is suitable for both novices (students and less experienced professionals) and seasoned professionals.
Learn HTTP principles such as Server and Client, as well as techniques such as GET and POST.
Learn about Servlet Lifecycle and Servlet Container.
Understand HttpServlet (which makes your java program a servlet)
Learn the essentials of Servlet Api, such as HttpRequest, HttpResponse, HttpConfig, and HttpContext.