User-submitted Java Projects

74
2102 reads
CMonk's picture

Submitted by

CMonk
Tags:

Numbers Sorting
This is a very small program to sort 5 numbers. This sorting algo used is insertion sort.
Run It Now!
73
2230 reads
73
1863 reads
73
1386 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!
Make & share a project and showcase your talent to the world!