User-submitted Java Projects

66
2285 reads
deep07's picture

Submitted by

deep07
Tags:

Stack Example
The above program demonstrates how to use Stack Collections in java.
Run It Now!
66
2561 reads
JayRathod's picture

Submitted by

JayRathod
65
1332 reads
Rohan's picture

Submitted by

Rohan
Prototype
This example demonstrates prototype in java.prototype Specify the kinds of objects to create using a prototypical instance, and create new objects by copying this prototype.
Run It Now!
65
2341 reads
Thread Synchronization
The below program demonstrates how to Synchronise the threads in java. The below example defines a synchronised method adjustCount() in static inner class MyCounter.
Run It Now!