| Author |
Should I memorize the String/StringBuilder methods for the exam?
|
Sika Annas
Greenhorn
Joined: Sep 24, 2012
Posts: 12
|
|
|
Will I be asked for String/StringBuilder methods in the OVA java7 exams? I do know what they do but I usually have a hard time memorizing their signatures....in practice I just keep a reference with me.
|
 |
Roel De Nijs
Bartender
Joined: Jul 19, 2004
Posts: 4349
|
|
|
Yes, you should know the most commonly used methods from both classes. Because if you see some code snippet like StringBuilder sb = new StringBuilder(); sb.add("This is Java!"); you should know this won't compile.
|
SCJA, SCJP (1.4 | 5.0 | 6.0), SCJD
http://www.javaroe.be/
|
 |
 |
|
|
subject: Should I memorize the String/StringBuilder methods for the exam?
|
|
|