Multiple choice technology programming languages

Expressions are evaluated from right to left by default.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Expression evaluation in Java follows left-to-right order based on operator precedence and associativity. Most binary operators are left-associative, meaning they evaluate from left to right. Right-to-left evaluation is not the default.