The mail-list example below demonstrates how to use simple HTML forms with Servlets.
This example takes firstname, last name and email from user and display it as an output.
The resume posting example below demonstrates how to use HTML elements with servlets.
The example takes user details as inputs and display all the details as output.
The mail-list example below demonstrates how to set initialization parameters in JSP and servlet.
This example takes firstname, last name and email from user, writes the details into a text files spe
The Shopping Cart example below demonstrates how to use servlets with JSP.
The example allows the user to add items to a shopping cart, and then view the contents of the cart.
The cookie example below demonstrates how to use cookies with JSP and servlets.
The example allows the user to download songs from the respective album.
The customer details example below demonstrates how to implement MVC pattern in servlets and JSP.
The example allows the user to view all the list of details of the customers and can edit it the deta
The mail-list example below demonstrates how to use simple HTML forms with JSP Expressions.
This example takes firstname, last name and email from user and display it as an output.
Run It Now!
The Arithmetic Calculator example below demonstrates how to use simple HTML
forms with servlets.
The example takes two inputs from the user and performs arithmetic
operations on the inputs to display the desired output.
Run It Now!