310-036  Exam

Exam # of questions Description  Update
310-036 57 SUN CERTIFIED JAVA 2 PROGRAMMER 1.4 UPGRADE... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

310-036 - Exam Information
  • Description:SUN CERTIFIED JAVA 2 PROGRAMMER 1.4 UPGRADE
  • Passing Score:0%
  • Practice Test - Number of questions:57 questions
  • Simulation Test - Number of questions:57 questions
  • Simulation Test Duration:120 minutes
  • Has explanations:No

Question of the day

Which other method in java.lang.Object should be overridden if the equals method is overridden?

Answer(s)

  1. public int hashCode()
  2. protected Object clone()
  3. protected void finalize()
  4. public int compareTo(Object obj)
Correct Answer

public int hashCode()