User-submitted Java Projects

91
1570 reads
ArvindCoder's picture

Submitted by

ArvindCoder
Tags:

Login Application
Login Application in swing
Login Application

Run It Now!
75
1490 reads
ArvindCoder's picture

Submitted by

ArvindCoder
Tags:

Calculator Program
Calculator application in swing
Calculator Program

Run It Now!
215
2702 reads
edryanjoshua's picture

Submitted by

edryanjoshua
Tags:

SimpleLotteryGame
Simple lotto game for beginners
Run It Now!
160
2835 reads
edryanjoshua's picture

Submitted by

edryanjoshua
Tags:

ImprovedCalculator
Program Decomposition
Run It Now!
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!
21
4132 reads
Parsing HTTP User-Agent Strings
The below example demonstrates how to determine user-agent (browser name,OS name) of the client. The below example prints the operating system name and browser name as output.
Run It Now!
39
2325 reads
Overriding Methods from Object
The below example demonstrate the use of equals() 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!
32
2979 reads
Arithmetic Operators For Variables In Java.
The below example demonstrates how to use arithmetic operators for variables in java. The below exampleperforms arithmetic operations on variable n,a,d and prints thier values as output.
Run It Now!
77
2758 reads
Declaring Strings Example
The below program demonstrates the different way of declaring Strings in Java. The below program creates different objects of String(s1,s2,s3,s4) by using different ways.
Run It Now!