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 does += mean coding?
What is data structure in java?
Define an applet in java?
What is passing by reference in java?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
What are static methods?
Is alive method in java?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
Why java is considered as platform independent?
What is difference between final and immutable?
What do you mean by inner class in java? Explain
Can we create object of static class?
What are multiple inheritances? Is it supported by java?
Difference between collection, collection and collections in java?
Can we use this () and super () in a method?