Wednesday, July 22, 2015

Types of ERROR!

1.   Syntactical Error: Wrong Syntax, like Missing double quotes, wrong spelling of Keyword, missing “;” (terminator) etc… this error can be identified by the programmer.

2.   Compilation Error: Happens in Compile time like, trying to create object for abstract class or interface class, assigning wrong data in to the variable, this error can be identified by the programmer.


3.   Run-Time Error: this error occurs when User trying to connect with wrong user id or password OR trying to access a file which have no Open permission. And this error can’t be handle by programmer, because this happens by User End.

No comments:

Post a Comment