What error occurs if a try-catch-finally statement sequence
does not have a catch clause?

Answers were Sorted based on User's Feedback



What error occurs if a try-catch-finally statement sequence does not have a catch clause?..

Answer / niranjanravi

no error will occur

Is This Answer Correct ?    4 Yes 2 No

What error occurs if a try-catch-finally statement sequence does not have a catch clause?..

Answer / nagaraju

we can have try block with out catch block, but we should
have finally block after try block(if catch block is not
there). If any exception occurs in the try block or not
finally block will be executed.

Is This Answer Correct ?    2 Yes 1 No

What error occurs if a try-catch-finally statement sequence does not have a catch clause?..

Answer / ravikiran

finally if system doenn't exit

Is This Answer Correct ?    2 Yes 2 No

What error occurs if a try-catch-finally statement sequence does not have a catch clause?..

Answer / deepak

yes

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?

0 Answers   Wipro,


When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?

0 Answers  


What will happen inside init() in servlet. my interviewer asked servlet lifecycle. i said "once servlet is loaded in to memory init() will be called which performs servlet initialization " . Again interview asked what values will be initialized . what is difference between init() and init(ServletConfig config).

2 Answers   Infinite Computer Solutions, TCS,


Is java a digit method?

0 Answers  


What is bom encoding?

0 Answers  






how can we synchronize Hash map?

3 Answers   CTS,


Give a brief description of java socket programming?

0 Answers  


Why do we need wrapper class?

0 Answers  


java can provide security ,how can provide?

8 Answers   Aspire, BNP Paribas, Genpact, IBM,


what is mutual exclusion? : Java thread

0 Answers  


Why Java is a platform independent language?

6 Answers   Wipro, Zensar,


What is parsing a string?

0 Answers  


Categories