

MCQOPTIONS
Saved Bookmarks
1. |
Among Postfix Decrement and Prefix Increment operators in Java, which operator has less priority? |
A. | Postfix Decrement has less priority than Prefix Increment |
B. | Prefix Increment has less priority than Postfix Decrement |
C. | Both operators have same priority |
D. | None of the above |
Answer» C. Both operators have same priority | |