Last Minute Java Ternary Operator or Conditional Operator Usage Examples Tutorial
Java language has a special operator called Ternary Operator that works like a Shortcut IF ELSE control statement. It is also called a Conditional Operator.
Java Ternary Operator (?:) or Conditional Operator Explained
Java Ternary Operator (?:) or Question Mark Colon Operator tests a condition and moves the control to two branching points, one for true and one for false.
Syntax: