RE: What is the need to throw your own user defined ex...
creating and throwing ur own exception helps in optimising the performance of the class u create. for example if u create an application for Creating Marklist u might create a exception that gets throwed when wrong student id is entered .
RE: What is the need to throw your own user defined ex...
creating and throwing ur own exception helps in optimising the performance of the class u create. for example if u create an application for Creating Marklist u might create a exception that gets throwed when wrong student id is entered .