JAVA
Java Short Hand If...Else (Ternary Operator)
There is also a short-hand if else, which is known as the ternary operator because it consists of three operands.
JAVA
There is also a short-hand if else, which is known as the ternary operator because it consists of three operands.