User-submitted Java Projects

53
1018 reads
kirstyfabiona0293's picture

Submitted by

kirstyfabiona0293
Tags:

53
2010 reads
SumPrimeNumber
With the help of this you can find sum of prime number between two numbers
SumPrimeNumber

Run It Now!
53
2126 reads
NumbersGame
This is java based numbers game with very simple logic.In this game you just have to enter a number between 11 and 99 not including 11 & 99.it will automatically tell you the answer before asking othe
Run It Now!
53
3131 reads
DisplayRegularTime
display the time in 24hour format and also convert 24hour format into 12hour format... see the logic... :)
DisplayRegularTime

Run It Now!
53
2848 reads
Jake01's picture

Submitted by

Jake01
Binary Serialization
The below program demonstrates how to read an object from persistent memory. The below reads an object named "log.ser" from the specified address and assigns the value to PurchaseLog object p1.
Run It Now!
52
1223 reads
CodeReaper's picture

Submitted by

CodeReaper
Tags:

MultiplicationTables(1.0)
Displays the multiplication tables for the entered number.


Run It Now!
52
1795 reads
reverse
its a reverse project .....according to user i'll reverse the 3 digit number which user'll enter
reverse

Run It Now!