R4R Videos

Servlet Basics Concepts-3

Servlet Basics(English)

First Servlet Program :- In order to compile a servlet, jar file containing servlet API classes and interfaces need to be available in the classpath.

Servlet Basics Concepts-2

Servlet Basics(English)

Life Cycle Method of servlet:- init() service() destroy() Non Life Cycle Method of Servlet Interface getServletConfig() getServletInfo()

Servlet Basics Concepts-1

Servlet Basics(English)

Introduction to Servlet:-A servlet is a server side programming language .A servlet is a technology provided by Sun Microsystem which facilitate dynammic web applications in java.A software developer may use a servlet to add dynamic content to a Web server using the Java platform. Servlets are protocol and platform independent server-side software components, written in Java.