Servlet and JSP (Server Side Programming in Java)
About Course
Today we all are aware of the need of creating dynamic web pages i.e the ones which have the capability to change the site contents according to the time or are able to generate the contents according to the request received by the client. If you like coding in Java, then you will be happy to know that using Java there also exists a way to generate dynamic web pages and that way is Java Servlet. But before we move forward with our topic let’s first understand the need for server-side extensions.
Servlets are the Java programs that runs on the Java-enabled web server or application server. They are used to handle the request obtained from the web server, process the request, produce the response, then send response back to the web server.
Join Now for FREE!
Course By – “Learn Code with Durgesh”
Course Content
Introduction and Setup
-
Introduction to Servlet in Java
07:59 -
Installing Apache Tomcat
07:31 -
Configuration of Apache tomcat with netbeans
06:41