You are on page 1of 1

if (!this.password.equals(confirmPassword)) return false; if (this.address.isEmpty() || this.city.isEmpty() || this.country.isEmpty() || this.firstName.isEm pty() || this.lastName.isEmpty() || this.password.isEm pty()||this.email.isEmpty() || Long.toString(this.phoneNumber).isEmpty() || this.state.isEmpty() || this.userName.isEmpty() || Long.

toString(this .zip).isEmpty() || this.dob.isEmpty()) return false; return true;

You might also like