Home

Main

Friends

Links

Contact

Projects

Misc.

Java


Using "Assert" keyword

Assert only works with Java 1.4 and beyond
Compile with:

    bash$ javac -source 1.4 <JavaFileName>
    

Run with:

    bash$ java -ea <ClassName>
    

ea: enable assertions