When testing whether an object is null,which of the following is better and why? if (Object == null) if (null == Object)