Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
I have code like this class parent { void print()throws IOException{} }class sub{ void print() throws Exception{}}It will not allow like this super class method should throw an exception of sub class Exception which is in sub class method?
Related Answered Questions
Related Open Questions