Hi friends,
The user defined exceptions will comes under Runtime/Compile Time Exception and more over will we have to handle that kind of exceptions or the compiler will handle of its own.
Can anyone clarify regarding this one.
Regards,
S.A.Suresh
Printable View
Hi friends,
The user defined exceptions will comes under Runtime/Compile Time Exception and more over will we have to handle that kind of exceptions or the compiler will handle of its own.
Can anyone clarify regarding this one.
Regards,
S.A.Suresh
Exceptions occur at runtime.
Compiler errors are errors during compilation. Things that prevent you even getting to the point you can run your code.
User defined Exceptions are therefore...I'm sure you can now answer this.