The Matt Jones Website

Navigation

Java

Here is where tid-bits of java are discussed as I find them useful.

Accessor Methods with Java Example - Discusses what an accessor method is and provides a Java Example.

Java Regular Expression Tester - A simple Java Regular expression tester application. Includes source code and packaged as a jar with instructions.

MD5 Hash of an Image with Java Example - An example of how to obtain an MD5 hash from an image,  expectd a PNG image, but this can be changed.

Public Private Protected - What is the difference between private, public and protected as far as Java goes.

Text Based Java Dice  - My Dice class that I have used for years. It produces fairly lifelike results.