Question: Give the definition of a static boolean valued method named no Null. The method no Null has one parameter of type Set and removes null from the set if null is in the set; otherwise it leaves the set unchanged. The method returns true if the set is changed and false if it is not changed.