Evaluating constant expressions at compile time rather than at run-time.
- If Arithmetic operations can be performed (
1+3→4) - If Boolean operations can be performed (
b & false→false)
Evaluating constant expressions at compile time rather than at run-time.
1+3 → 4)b & false → false)