Answer Posted / mamitha
Ans.11 b'coz based on operator precedence rule, -- ll works first and we get 10 for b (post decrement) and it ll add with 1 .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is object data type?
What is the major advantage of external iteration over internal iteration?
What is the difference between import java.util.date and java .util?
According to java operator precedence, which operator is considered to be with highest precedence?
Can we serialize arraylist in java?
When does an object becomes eligible for garbage collection in java?
how to deploy tomcatserver to weblogic server? write d following steps?
What technique is carried out to find out if a particular string is empty?
How do you reverse sort a list in java?
How can we run a java program without making any object?
What are the advantages of autoboxing?
Why is string class considered immutable?
What is an escape character in java?
What is java objectoutputstream?
How the interruptible method gets implemented?