| Author |
What to flat out memorize?
|
Joshua Kueck
Ranch Hand
Joined: Mar 14, 2002
Posts: 71
|
|
|
I understand Java as a whole, but what do I really need to flat out memorize for the exam?
|
 |
Matt Ghiold
Ranch Hand
Joined: Feb 24, 2002
Posts: 213
|
|
Java.io - all constructors and the bulk of the methods Java.lang - String, StringBuffer Java.util - All the interfaces and the major classes and bulk methods, ie Hashtable, Vector, etc. Those are off the top of my head.
|
-Matt<br /> SCJP2<br /> SCJD
|
 |
Anthony Villanueva
Ranch Hand
Joined: Mar 22, 2002
Posts: 1055
|
|
Hi, Everything mentioned above, plus: java.lang - wrapper classes, Math, Object, especially Thread java.awt - all the GUI controls, components, menus, layouts (especially GridBagLayout (!) ) java.awt.event - event listeners Also: - scopes of primitives - conversions - operator precedence Best of luck to you! -anthony
|
 |
 |
|
|
subject: What to flat out memorize?
|
|
|