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
}
- Pass Master CIW Enterprise Developer in first attampt.
- Click here to download scbcd test study guide and practice question.
- Pass SUN scdjws - SCDJWS
- Download practice question and study guide for scjp for exam.
- Get certified in first attempt download scjp-5-0 - SCJP 5/6 simulation.
- Download practice question and study guide for scmad for exam.
- Become SUN SCWCD certified.
- Become SUN SCJP 2 certified.
- Download free practice test for SUN SCJP 1.4 Upgrade exam.
- Best exam simulation SUN CX310-055 download free trial.
- Pass SCJP 6.0 in first attampt.