Bibliography and resources for 04:547:202 (2)

Printed resources

Required textbooks

Recommended textbooks

 

Other resources

 

Note on Forte, the Java compiler and Java SDK 1.4:

If you use Java constructs introduced in version 1.4 of the SDK, you need to specify that by a parameter for the compiler:

java -source 1.4 SomeProgram.java

If you use Forte to compile, use the menu Tools > Options > Building > External compilation and select "Enable JDK 1.4 source".