decorative ruler line

Todays SCJP Mock Exam Question - Friday 9-May-2008

lower decorative ruler line
Site Logo

TigerTamer for Java 5: The book. A 200 page intense tutorial on the JDK 1.5 exam. See http://www.examulator.com/tamer

These mock exam questions are generated each day from a database of 320 questions. They are very close to the style of the the real Sun Certified Java Programmers exam. Getting the same question each day?, try pressing your browser refresh key at the same time as the control key. The question topics are all from those in the published objectives for the JDK 1.5 exam. All questions were developed by Marcus Green over the last four years. For more information see here info.php

Question No=266

Which of the following statements are true?
1 The setShort value of the Short class changes the value represented by the class
2 The Short class has a longValue method
3 The Short class has constructor versions for byte, int and short
4 The Short.parseShort(String s) method will return a short value.