|
|
Section 8: Fundamental Classes in the java.lang Package
|
|
8.1 Write code using the following methods of the java.lang.Math class: abs, ceil, floor, max, min, random, round, sin, cos, tan, sqrt.
|
|
8.2 Describe the significance of the immutability of String objects.
|
|
8.3 Describe the significance of wrapper classes, including making appropriate selections in the wrapper classes to suit specified behavior requirements, stating the result of executing a fragment of code that includes an instance of one of the wrapper classes, and writing code using the following methods of the wrapper classes (e.g., Integer, Double, etc.): · doubleValue · floatValue · intValue · longValue · parseXxx · getXxx · toString · toHexString
|
|
Section 5: Operators and Assignments
|
|
5.2 Determine the result of applying the boolean equals (Object) method to objects of any combination of the classes java.lang.String, java.lang.Boolean and java.lang.Object.
|