This example demonstrates Observer Pattern in java.
this example Observer Pattern Defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notifi Run It Now!
This example demonstrates Strategy in java.
this example Strategy Define a family of algorithms, encapsulate each one, and make them interchangeable. Run It Now!
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 below example demonstrates how to use arrays in java.
The below example creates an array of objects of Class Game until the user press n as input. Run It Now!
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.