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.
Class Return{ int display(){ try{ return 1; } finally{ return 2; } } public static void main(String args[]){ Return r=new Return(); System.out.println(r.display()); }}when i executed on jdk 1.4 i got the compile time error as finally clause does not normally completed?but in khalid moghal book its executed and result is printed.
Profile Answers by sadashivarao Questions by sadashivarao
Questions by sadashivarao answers by sadashivarao
Related Answered Questions
Related Open Questions