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

int a=1,b=10;
System.out.println(a+b--);

Answer Posted / amit

@Nagesh
if we have:(a+(b--));
answer:11

if : ((a+b)--);
answer: 11;

if :(a+b--);
answer:11;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is assembly used for?

1066


How do you override a method in java?

1054


Can an integer be a string?

1155


What is the function of java?

1056


What is prime number in java?

1045


What is boolean false?

1029


What is the default value of local and global variables?

1146


When is the finally clause of a try-catch-finally statement executed?

1141


Why does it take so much time to access an applet having swing components the first time?

1997


what are synchronized methods and synchronized statements? : Java thread

1051


What is the importance of static variable?

1172


What is meant by JVM? Is JVM platform independent or not?

1133


What is Java Reflection API? Why it’s so important to have?

1245


What is an exception in java?

1161


List the three steps for creating an object for a class?

1020