Multiple choice technology programming languages

" ?: " is a conditional Operator (T/F)

  1. True

  2. False

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

The ?: operator is Java's ternary operator, which evaluates a boolean expression and returns one of two values based on the result. It is classified as a conditional operator because it conditionally executes expressions. The alternative option 'False' is incorrect because it contradicts this standard definition.