User-submitted Projects

148
2902 reads
CrazyCoder's picture

Submitted by

CrazyCoder
Tags:

90
1835 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
1388 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
1317 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
1508 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!