- System Errors
- Syntax Errors
- Semantic Errors.
- RunTime Errors.
System Errors :
This errors occurs in console.Before running the applications first system would checks the wether the system path is checked or program is installed.
Sytntax Errors :
This errors are actual errors which prevent the compilation of code.
this errors are very similar to semantic errors. and It can be caused by typing something wrong.
Semantic Errors :
This errors are easy to spot. as code development tools while show the line number and word which is causing the error.
Runtime Errors :
This are the errors detected during the execution of program.
Null pointer
Divided by Zero
Showing posts with label Suresh Maidaragi. Show all posts
Showing posts with label Suresh Maidaragi. Show all posts
Saturday, October 15, 2016
Types of errors occur in JAVA
- System Errors
- Syntax Errors
- Semantic Errors.
- RunTime Errors.
System Errors :
This errors occurs in console.Before running the applications first system would checks the wether the system path is checked or program is installed.
Sytntax Errors :
This errors are actual errors which prevent the compilation of code.
this errors are very similar to semantic errors. and It can be caused by typing something wrong.
Semantic Errors :
This errors are easy to spot. as code development tools while show the line number and word which is causing the error.
Runtime Errors :
This are the errors detected during the execution of program.
Null pointer
Divided by Zero