User-submitted Projects

148
2894 reads
CrazyCoder's picture

Submitted by

CrazyCoder
Tags:

90
1826 reads
CrazyCoder's picture

Submitted by

CrazyCoder
Input Validation
The below example demonstrates validation through customer registration form in struts framework.
Input Validation

Run It Now!
73
1385 reads
CrazyCoder's picture

Submitted by

CrazyCoder
Singleton Early Instatiation
This example demonstrates lazy instantiation using double locking machanism.In this example the singleton instance is created when the getInstance() method is called for the first time.
Run It Now!
50
1311 reads
ModCool's picture

Submitted by

ModCool
Singleton lazy Instatiation
this example demonstrates lazy instantiation using double locking machanism.In this example the singleton instance is created when the getInstance() method is called for the first time.
Run It Now!
57
1501 reads
ModCool's picture

Submitted by

ModCool
AbstractFactory
This example demonstrates Abstract Factory pattern. In this example AbstractFactory declares a interface for operations that create abstract products.ConcreteFactory implements operations to create c
Run It Now!