tags:

views:

101

answers:

3

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

+5  A: 

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

Effective Java Second Edition - by Joshua Bloch

zengr
+1  A: 

This article gives sufficient info I would think.

pavanlimo
+2  A: 

Here Some article for that

Java: Static/Class methods

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

ratty
+1 for http://leepoint.net/notes-java/index.html
zengr