aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes Should I remember all the menthods of classes? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "Should I remember all the menthods of classes? " Watch "Should I remember all the menthods of classes? " New topic
Author

Should I remember all the menthods of classes?

Fei Ng
Ranch Hand

Joined: Aug 26, 2000
Posts: 1241
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
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


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Should I remember all the menthods of classes?
 
Similar Threads
Can an inner class override a final method from an outer class?
Difference between Inner class and anonymous class
i am in cofusion
cookies and domains problem ?
assertions