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.
-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
Post a Comment