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
Tell me about different OOPS concepts.
What does it mean to flush a file?
What all methods are used to prevent thread execution ?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
What are desktop procedures?
What is yield () in java?
How are this() and super() used with constructors in java programming?
How to Sort Strings which are given in List and display in ascending order without using java api.
List out benefits of object oriented programming language?
Explain throw keyword in java?
Why is it called buffering?
What is the difference between notify and notifyall method?
Define jit compiler?
What is 32 bit float?
Which command from the jdk compiles a java program?