Java Basics - Errors

Syntax errors (Compile-time error)
-Violation of Java's grammatical rules
-Will not compile

Runtime errors
-Happens while programming is running
-Will Cause the program to crash

Bugs (logical)
-Program that just does not do what you expect.

Comments

Popular posts from this blog

Java Basics - Variable and Data Types Part 1

Java Basics - Variable and Data Types Part 2

OOP - Objects and Classes