User-submitted Java Projects

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!
77
2430 reads
Protected Modifier in java. - Calories Example
The below example demonstrates how to use Protected Modifier in java.
Run It Now!
77
2473 reads
Jordach's picture

Submitted by

Jordach
Outer Class Reference Example
The below example demonstrates how to create an inner class in java. In the below example Class Enumeration is an inner class to class Data.
Run It Now!
77
2348 reads
lazycoder's picture

Submitted by

lazycoder
Tags: