FileDocCategorySizeDatePackage
IfDef.javaAPI DocExample289Sat Nov 25 12:56:12 GMT 2000None

IfDef

public class IfDef extends Object
Simple test to show if compilers exclude code that can't be reached.

Fields Summary
Constructors Summary
Methods Summary
public static voidmain(java.lang.String[] argv)

		final boolean DEBUG = false;
		System.out.println("Hello, World");
		if (DEBUG)
			System.out.println("Life is a voyage, not a destination.");