If my class already extends from some other class what should I do if I want an instance of my class to be thrown as an exception object ?



One can not do anytihng in this scenarion. Because Java does not allow multiple inheritance and does not provide any exception interface as well.




Explore posts in the same categories: Java Interview Questions


BOOKMARK THIS : BlinkList | del.icio.us | Digg it | Furl | reddit | StumbleUpon | Yahoo MyWeb |


Comments are closed.