Which operator is a Ternary Operator in Java? examples
Answers
Answered by
1
Answer:
conditional operator
At its most basic, the ternary operator, also known as the conditional operator, can be used as an alternative to the Java if/then/else syntax, but it goes beyond that, and can even be used on the right hand side of Java statements
Similar questions