GeekInterview.com
Series: Subject: Topic:
Question: 24 of 1118

What is the output of below syntax?

Code
  1. {
  2. cath(Exception e)
  3. {System.out.println("A");
  4. }
  5. {System.out.println("b");
  6. }
  7. cath(InvalidException e2)
  8. {System.out.println("c");
  9. }
  10. finally()
  11. {
  12. System.out.println("x");
  13. }
  14.  
Copyright GeekInterview.com

Asked by: Interview Candidate | Asked on: Oct 23rd, 2011
Showing Answers 1 - 7 of 7 Answers
sandiraj

Answered On : Aug 30th, 2012

it shows an error because we must write try before catch

Yes  1 User has rated as useful.
  
Login to rate this answer.
pramod kumar

Answered On : Sep 6th, 2012

""X""

Code
  1. {
  2. cath(Exception e)
  3. {System.out.println("A");
  4. }
  5. {System.out.println("b");
  6. }
  7. cath(InvalidException e2)
  8. {System.out.println("c");
  9. }
  10. finally()
  11. {
  12. System.out.println("x");
  13. }
  14.  

Yes  1 User has rated as useful.
  
Login to rate this answer.
kalamalla71711

Answered On : Sep 14th, 2012

Must & should try with catch . catch with out try not possible. it give compilation Error.

  
Login to rate this answer.
avinash

Answered On : Sep 25th, 2012

Compile time error because order of catching exceptions is not correct

  
Login to rate this answer.
Abhinav Rohatgi

Answered On : Apr 1st, 2013

It is already handled by the catch block for Exception.Compilation error occurs

  
Login to rate this answer.
MD.Aftab Alam

Answered On : Apr 7th, 2013

Compile Time Error

  
Login to rate this answer.
Ravi

Answered On : Apr 16th, 2013

Compile Time Error..

  
Login to rate this answer.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

Related Open Questions

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

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.