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

What modifiers are allowed for methods in an interface?

1096


Define the term string pool?

958


Why charat is used in java?

986


How do you add an element to a hashset in java?

943


what is use of functional interface in java 8?

977


What is method and methodology?

1054


How is hashcode calculated in java?

982


What are the benefits of immutable objects?

948


What is lambda expression in java?

970


What language is an assembler written in?

941


Explain implementation and how is it different from conversion?

1021


Is the empty set a singleton?

913


What are the advantages of autoboxing?

974


What is difference between filereader and bufferedreader?

901


What is jvm? Why is java called the platform independent programming language?

950