Java SE Base API - Basic
| Released | Beta | Frozen | ||
|---|---|---|---|---|
Wrappers for primitive typesCreate and use the wrapper classes:
Not covered: Autoboxing / Unboxing |
|
|||
Construction 1 question
|
19 | 72 | 72 | |
Convenience Methods 1 question
|
14 | 60 | 33 | |
Dates and CalendarWork with the following classes to handle dates and time:
Not covered: TimeZone, DateFormat (these questions are in the Format section), all the special things about the GregorianCalendar. |
|
|||
Date 1 question
|
15 | 3 | 41 | |
Calendar 1 question
Develop code that uses the different add() and set() methods to manipulate calendar fields.
|
18 | 3 | 39 | |
FormatConvert date, decimal, and integer to and from a String using the following classes:
Not covered: java.util.Formatter, thread safe handling |
|
|||
DateFormat 1 question
|
13 | 14 | 44 | |
NumberFormat 1 question
|
12 | 3 | 24 | |
Math 1 questionThe basic usage of the java.lang.Math class.
Not covered: Methods and/or values of sin, cos, tan, log, ... |
24 | 75 | 37 | |
String ManipulationDiscuss the basic usage of the following classes:
A good introduction to the String Literal Pool (or sometimes called String Constant Pool) can be found here Not covered: StringBuilder, Scanner, printf() |
|
|||
String 2 questions
|
28 | 302 | 64 | |
StringBuffer 2 questions
Not covered: Special StringBuffer methods like codePointXXX(), appendCodePoint(), lastIndexOf(), ensureCapacity(), ... |
47 | 65 | 44 | |
StringTokenizer 2 questions
|
25 | 0 | 35 | |
Regular Expression 1 question
The very basic use of Regular Expressions is required for this category.
|
12 | 6 | 50 | |
Exam information
- 21 minutes
- 14 questions (1313)
- 80% required
- +2 √
- - 8 points
- 15 day delay
- status: released




.