User-submitted Java Projects

50
1684 reads
MultiplicationTables
Displays the multiplication tables for the entered number.
Run It Now!
50
1631 reads
manik8804's picture

Submitted by

manik8804
Tags:

50
1888 reads
BettingGameDiceRoller
BETTING GAME - DICE ROLLER Using Dice Roller 3 set of values thrown and these values are added,depends upon the added result User Betting will start.
BettingGameDiceRoller

Run It Now!
50
2105 reads
Prime_number
With help of this we can find prime numbers between two numbers
Prime_number

Run It Now!
50
1865 reads
sajalgupta's picture

Submitted by

sajalgupta
Tags:

50
2353 reads
sum_of_even_nums
If the limit is 10 then the program should print the sum of odd numbers from 1 to 10 i.e. 2 + 4 + 6 + 8 + 10 = 30 So the program should print 30.
sum_of_even_nums

Run It Now!
50
2414 reads
DealOrNoDeal(1.0)
Deal or no deal is a game based on luck and fun. first, you have 11 numbered boxes containing cash values e.i 0,1,10,100,....

Enhancement Trail:  

DealOrNoDeal(1.0)    DealOrNoDeal





Run It Now!
50
1315 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!