User-submitted Java Projects

33
1932 reads
33
2625 reads
Roberto's picture

Submitted by

Roberto
Final Modifier in java.
The below program demonstrates how to use Final Modifier in java. The below program defines a final variables in Class Final1 named ( i, a, j) and assigns the value to them.
Run It Now!
33
2483 reads
KingLord007's picture

Submitted by

KingLord007
Writing an Interface
The below example demonstrates how to Implement an Interface by Multiple Classes. The below example defines an Interface "Dutiable" which has two methods payDuty() and getDutyRate().
Run It Now!
33
2633 reads
KingLord007's picture

Submitted by

KingLord007
Use Inhertitance In Java.
The below program demonstrates how to use Inhertitance in java. The below program defines a Super Class named Auto which is extended by two Derived Class named EuropeanAuto & JapaneseAuto.
Run It Now!
33
2291 reads
Quick Sort
Quicksort is a space-optimized version of the binary tree sort.
Run It Now!
33
2142 reads
tank's picture

Submitted by

tank
Tags:

sorting numbers
Its the simple java program of sorting the given array of numbers.The algorithm used in this sorting is of Bubble sort.
Run It Now!
32
1744 reads
calcpage123's picture

Submitted by

calcpage123
Tags:

32
1311 reads
EmailCheck
A simple java app to check if the entered email is valid or not
EmailCheck

Run It Now!