Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

which one is performance wise advantageious from List,Set,Map?

6 Answers  


What is a function in programming?

0 Answers  


Which of these methods belong to Thread & Object class? join, yield, sleep, wait, notify

3 Answers   Ericsson,


What is singletonlist in java?

0 Answers  


When should the method invokelater() be used?

0 Answers  


public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why

2 Answers  


Can we override tostring method in java?

0 Answers  


Can a Byte object be cast to a double value?

3 Answers   KO,


What is the difference between an object-oriented programming language and object-based programming language?

0 Answers  


What is the final keyword in java?

1 Answers  


What is bigger kb or mb?

0 Answers  


What is protected and friendly?

1 Answers  


Categories