Home » JAVA Programming » Basic Operators » Question
  1. Which of these statements are incorrect?
    1. Equal to operator has least precedence
    2. Addition operator, +, and subtraction operator have equal precedence
    3. Brackets () have highest precedence
    4. Division operator, /, has higher precedence than multiplication operator
    5. None of these
Correct Option: D

Ans: D
Division operator, /, has equal precedence as of multiplication operator. In expression involving multiplication and division evaluation of expression will begin from right side when no brackets are used.



Your comments will be displayed only after manual approval.