The ?: operator is a conditional operator that is used as a short hand for an if-else statement in some cases. It is also known as ternary operator because it takes three operands. The general form of the operator is as follows:
where, opr1 can be any expression that evaluates to a boolean value. Both opr2 and opr3 are required to return values of the same type. If opr1 evaluates to true, opr2 is evaluated. Otherwise, opr3 is evaluated.
The general form of the operator is equivalent to the following if-else statement:
opr2
}
else{
opr3
}
- Best exam simulation CIW master-ciw-enterprise-developer download free trial.
- Click here to get free scbcd SCBCD exam practice questions.
- Download practice question and study guide for scdjws for exam.
- Download free practice test for scjp SCJP exam.
- Download practice question and study guide for scjp-5-0 for exam.
- Become SUN SCMAD certified.
- Download free practice test for SUN SCWCD exam.
- Best exam simulation SUN 310-035 download free trial.
- Best exam simulation SUN CX310-036 download free trial.
- Download free practice test for CX310-055 Java 5.0 exam.
- Download free practice test for CX310-065 SCJP 6.0 exam.