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
What is assembly used for?
How do you override a method in java?
Can an integer be a string?
What is the function of java?
What is prime number in java?
What is boolean false?
What is the default value of local and global variables?
When is the finally clause of a try-catch-finally statement executed?
Why does it take so much time to access an applet having swing components the first time?
what are synchronized methods and synchronized statements? : Java thread
What is the importance of static variable?
What is meant by JVM? Is JVM platform independent or not?
What is Java Reflection API? Why it’s so important to have?
What is an exception in java?
List the three steps for creating an object for a class?