Which of the following expressions evaluate to true?.
Select the two correct answers.
Click to view the answer
(a) and (c)
The expression (4 <= 4) is true.
The null literal can be compared, so (null != null) yields false.