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

Given:
11. public static void main(String[] args) {
12. Integer i = uew Integer(1) + new Integer(2);
13. switch(i) {
14. case 3: System.out.println(”three”); break;
15. default: System.out.println(”other”); break;
16. }
17. }
‘What is the result?
1 three
2 other
3 An exception is thrown at runtime.
4 Compilation fails because of an error on
line 12.

Answer Posted / amit mittal

Three will be the answer.

Is This Answer Correct ?    27 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can an unreferenced object be referenced again?

1246


os is developed in c no java is more secured then c na why dont the os developed is developed using java

4306


How hashset works internally in java?

1140


Name and explain the types of ways which are used to pass arguments in any function in java.

1126


what is the constructor and how many types of constructors are used in java?

1036


How to restrict a member of a class from inheriting by its sub classes?

1390


What is a generic type?

1055


Difference between default and protected access specifiers?

1208


What is the different between get and post?

1017


What is data structure in java?

1038


Can we have return statement in finally clause? What will happen?

1012


Can we have two main methods in a java class?

1099


What is the buffer limit?

1082


Difference between association, composition and aggregation?

1040


Where is jre installed?

1092