JAVA source

Right now, there are a few examples of Java programming here.
Make sure you download the latest Java runtime files before you start editing.
Some links open in a new window.
Convert Strings/Numbers class- You can use this class to convert numbers rather than
having to use the parse conversion system. Simply call it by typing Convert.to_byte(inputstring).
User Input class- You can use this class to read user input.
Simply call it by declaring it as SimpleReader inputName = new SimpleReader.
Then use String strInput = inputName.readln()
Text input will be contained within strInput.
Formated Output example class- Simply a demonstation of the SimpleReader class
above in action. *Requires compiled SimpleReader class from above
Score input example class- Simply a demonstation of the SimpleReader class
and Convert class above in action. Input scores and calculates average
*Requires compiled SimpleReader class and Convert class from above
Binary to Decimal conversion class- Shows how to covert binary to decimal using
built-in converter of java API.
*Requires compiled SimpleReader class from above
Simple Bank Account example program- Demonstrates a console based bank account program
with File Reading/Writing capacity.
Visual Bank Account example program- Demonstrates a windows based bank account program
with File Reading/Writing capacity.
Visual Calculator program- Demonstrates a windows based calculator.
Examples pack- Contains many examples of Java programs
|