Home - Search - Site Map - Site Graph |  Contact
( Last Modified: 2009 February 11th )

Java development practices and notes

see also JavaScript

see also Automate Jaring of Java Projects in Eclipse

The Java VM

Installation

- Installing Multiple Verisions (Windows)

The Java Language

Java Performance

- String concatenation

- Constant folding

- pre calculate loop invariants

- repeated member references in methods

- multidemensional array alternatives

- two switch bytescodes "tableswitch" vs "lookupswitch"

- etc ...

The Java Library

How Tos

- Create an uncompressed jar file with the java.util.jar library

- Measuring Sub millisecond time in Java

- Find all un-named (anonymous) threads in a Java project

( Page Created: 2008 October 20th 12:55 PM )