This example demonstrates Builder Pattern in java.
The Builder pattern defines an instance for creating an object but letting subclasses decide which class to instantiate and Allows a finer control o Run It Now!
The below example demonstrates how to compare two objects of same class in java.
The below example creates two objects of class Employee i.e emp1 & emp2 and compares the objects.If the objects are eq Run It Now!
The hello user example below demonstrate how to pass data in servlets.
The example takes username as input from user and prints "Hello username" as output.
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.