which statement about the name class is false? group of answer choices the compareto method throws a run-time exception if the parameter is null. it is possible for the methods in name to throw a nullpointerexception. since the name class has a compareto method, it must provide an implementation for an equals method. if n1 and n2 are name objects in a client class, then the expressions n1.equals(n2)and n1pareto(n2)