User-submitted Java Projects

35
2374 reads
Dev's picture

Submitted by

Dev
String Tokenizer
The below example demonstrates the use of split() method in java.
Run It Now!
35
3020 reads
Assignment Operators For Variables In Java.
The below example demonstrates how to use assignment operators for variables in java. The below example assigns integer values to variables m,n,d of datatype Int and prints thier values as output.
Run It Now!
35
2255 reads
SillySall's picture

Submitted by

SillySall
Object Cloning
The below program demonstrates how to clone an object. In the below program x1,x2 are two objects of class TestClone1 which implements cloneable.The x1 object is clone and assigned to x2 object.
Run It Now!
35
2598 reads
deep07's picture

Submitted by

deep07
Tags:

Stack Example
The above program demonstrates how to use Stack Collections in java.
Run It Now!
34
9170 reads
amit3572's picture

Submitted by

amit3572
Tags:

34
1846 reads
EmailCheck
A simple java application that asks you to input your email id and checks it to tell you that the entered mail is valid or not. P.S please download the code and try running it on your system, isn't
EmailCheck

Run It Now!
34
1447 reads
Anand13's picture

Submitted by

Anand13
Tags:

SumOfDigit
program to find sum of digit
Run It Now!
33
1487 reads
sachinkadian's picture

Submitted by

sachinkadian
Tags: