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...


33. try {
34. // some code here
35. } catch (NullPointerException e1) {
36. System.out.print(”a”);
37. } catch (RuntimeException e2) {
38. System.out.print(”b”);
39. } finally {
40. System.out.print(”c”);
41. }
What is the result if a NullPointerException occurs on line
34?
1 c
2 a
3 ab
4 ac

Answer Posted / deepak chawla

1. c

Is This Answer Correct ?    2 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we overload destructor in java?

1046


What are multiple inheritances? Is it supported by java?

1003


What is the difference between Array and Hash Table?

1079


Can we assign the reference to this variable?

1032


Write an algorithm for quick sort?

1084


Which data type is a class in java?

1053


Explain about the interpreter in java?

1104


What is final keyword in java? Give an example.

1061


In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?

1379


How do you compare objects in java?

1012


What are the steps in the jdbc connection?

1083


What are the differences between processes and threads?

1118


What does the append?

1056


why Java does not support multiple inheritances?

1204


How many bytes is a url?

1036