Other than style, are there reasons reasons to prefer using 

  if (foo != null)

rather than

  if (foo)

Thanks.

Reply via email to