Answer Posted / shahsidhar
11
because b-- having post decrement operator that means
decrement operation will be done in the next statement i.e
after a+b-- statement execution.
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
What is break and continue statement?
How does map works in java?
How does arraylist work in java?
Is array primitive data type in java?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What is the difference between length and length() method in java?
How does compareto method work?
What all access modifiers are allowed for top class ?
how to open and edit XML file in Weblogic???
What is gui programming?
What is final method?
What do you mean by ordered and sorted in collections in java?
What are different data structures in java?
What is a treemap in java?
Why does java not support operator overloading?