Slide 27 of 33
Lecture 1: Introduction
Previous
Next
Overview
Errors
Syntax errors
System.ouch.print(". . .");
System.out.print("Hello);
Detected by the compiler
Logic errors
System.out.print("Hell");
Detected (hopefully) through testing