The java mail example below demonstrates how to send a mail in servlets using java mail.
The example below allows the user to send a mail to the given email address.
The hollistic counter example below demonstrates how to save data using servlets.
The example allows the user to view the number of times the servlet has been accessed as output.
The Security example below demonstrates how to set security roles for resources in servlets.
The example allows the user with roles admin and programmer to access the admin resources.
The xml servlet example below demonstrates how to create a xml file using servlets.
The example creates a xml file with the data specified in the servlet.
The color test example below demonstrates how to use servlets to build web pages.
The example allows the user to select multiple colors and print the colors as output.
The helloworld servlet example below demonstrates how to create a simple servlet.
The example allows the user to view the "Hello World" message as output.
The servlet example below demonstrates how to use java bean with servlets.
The example takes an input as confirmation number from user and prints the details of the registration as output.
The auto-refresh example below demonstrates how to create a save data using sessions after each refresh page.
The example increments the counter of the number of times the servlets been accessed in