Inf 4
Inf 4
Stylistic Guidelines
Use meaningful names for identifiers
Ensure clarity of expressions.
Use comment and indentation.
Insert blank lines and blank spaces.
Types of Errors
Compile Time Error- Occurs during compile time. When a program compiles it sources code is checked for
rules of programming language.
Its types are:-
1. Syntax error : it occurs when a grammatical rule of Java is violated
2. Semantic error: it occurs when statement are not meaningful.