Java Reference
In-Depth Information
This is used for replacement of if then else statements and it is represented as “?”.
For example
expression a ? expression b : expression c
This above example states that if the expression a is true then expression b is evaluated
otherwise expression c is evaluated.
Search WWH ::




Custom Search