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

Is there a sort function in java?

0 Answers  


What is array length in java?

0 Answers  


Urgent requirement of JAVA/.NET/QA in a CMMI level3 MNC for Pune location.

0 Answers  


What is string in java is it a data type?

0 Answers  


Thanks A.jyotsna, Can u tell me differnce between abstract class and interface vikash

4 Answers  






What are the core java topics?

0 Answers  


How to re-get an object that is collected by garbage collector?

1 Answers  


What do you mean by pointer value and address?

0 Answers   Syntel, Visa,


who was the founder of java

32 Answers   CTS, HCL, ProKarma,


How to convert string to byte array and vice versa?

0 Answers  


What is OOP's Terms with explanation?

0 Answers  


Is java a compiler?

0 Answers  


Categories