

MCQOPTIONS
Saved Bookmarks
1. |
Choose the correct statement about Java Prefix and Postfix operations. |
A. | Prefix operation is carried out immediately and the variable value will be incremented or decremented accordingly |
B. | Postfix operation is carried out on the next line or statement. So the variable value will not change. |
C. | A and B |
D. | None of the above |
Answer» D. None of the above | |