Yoda conditions (Yoda notation)
if
(
42
==
$value) {
/* ... */
}
String myString
=
null
;
if
(
"foobar"
.
equals
(myString)) {
/* ... */
}
Print
Fullscreen
Presentation