InterviewSolution
Saved Bookmarks
| 1. |
Which of these have highest precedence?(a) ()(b) ++(c) *(d) >>I had been asked this question during an internship interview.The origin of the question is Assignment Operators and Operator Precedence in chapter Operators and Control Statements of Java |
|
Answer» Right choice is (a) () |
|