Like collections class and interface.? like the java.awt classes? I/O classes? Like the wrapper classes and the java.lang classes? etc .. the Math class and String class and StringBuffer class.
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12266
1
posted
0
No, you don't have to know all the methods of all the classes, but it helps to know the common ones, especially in heavily used classes like Thread, String and StringBuffer. Use the published objectives as a guide. Bill