Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to know which is best book on static methods in Java.

share|improve this question
3  
Why do you feel that you need a whole book on static methods in java? What about them confuses them? – Sandro Sep 6 '10 at 4:40
9  
Hopefully there isn't an entire book dedicated to static methods. – Brian Rasmussen Sep 6 '10 at 4:40
off-topic: this question was indexed by google in 8mins! : google.com/… – zengr Sep 6 '10 at 4:48
thanks folks for all the answers !! i need to know about static in depth so asked ?? thanks for the help !! – chetan Sep 6 '10 at 4:54

3 Answers

up vote 5 down vote accepted

Not only for static method, read this for everything in Java:

Effective Java Second Edition - by Joshua Bloch

share|improve this answer

Here Some article for that

Java: Static/Class methods

http://leepoint.net/notes-java/flow/methods/50static-methods.html

share|improve this answer
+1 for leepoint.net/notes-java/index.html – zengr Sep 6 '10 at 4:46

This article gives sufficient info I would think.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.