previous
|
start
|
next
Errors
Syntax errors
System.ouch.print("...");
System.out.print("Hello);
Detected by the compiler
Logic errors
System.out.print("Hell");
Detected (hopefully) through testing
previous
|
start
|
next