What is an Exception? Is it a Runtime Error? ??
Sachin Kumar
Senior Software Engineer @EPAM Systems ||Azure PaaS Developer || .Net Developer || C#Developer || Ex - Virtusa || Ex - TCS
Earlier, I used to think an Exception was just a runtime error, but it's actually not. ??
Exception isn't a run time error. It is a class in programming language which is responsible to terminate the program abnormally during run time error. ??????????????
Exception => Logic of abnormal termination. ????
Exception Handling is the process of stopping the abnormal termination of the program whenever a runtime error is occuring inside of the program. ????
I wanted to share this to help others who might have had the same misunderstanding. Hope it helps! ??
#Programming #Learning #SoftwareDevelopment #CodingTips #ErrorHandling