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
Why do we need wrapper classes?
What is string in java is it a data type?
Does apple use java?
What are thread safe functions?
How is a variable stored in memory?
What does three dots mean in java?
Can we convert stringbuffer to string?
What is the difference between Grid and Gridbaglayout?
Explain different ways of creating a thread. Which one would you prefer and why?
is there a separate stack for each thread in java? : Java thread
What is the buffer limit?
What is the purpose of the strictfp keyword?
What is java util list?
What is an exception in java?
Why do we use threads in java?