Questions Related to technology

Multiple choice technology
  1. return super.hashCode();

  2. return name.hashCode() + age * 7;

  3. return name.hashCode() + comment.hashCode() / 2;

  4. return name.hashCode() + comment.hashCode() / 2 - age * 3;

Reveal answer Fill a bubble to check yourself
B Correct answer