Computer Science, asked by 14847, 5 months ago

Which operator is a Ternary Operator in Java? examples​

Answers

Answered by Anonymous
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