In java 7 docs, under the section "Method Summary", there are different tabs to filter methods accordingly like Static Methods, Instance Methods, Concrete Methods, Deprecated Methods. Previously this feature was not there. Is there some other way in which I can find visually if a method belongs to one of above categories?
In Java 8 Javadoc, your tabs return.
In Java 7 Javadoc:
static methodName
in the first columnstatic
in the first columnabstract
in the first column