How to get up-to-date search results when searching for javadoc
Recently I've observed a lot of people still giving links to javadocs of 1.4.2. This is not quite a good practice and I'd like to raise the question. This happens because search engines (Google at least) give the old javadoc if one searches for, let's say, java.lang.String So, how to get the javadoc for the correct (currently 1.6) version of JDK? Bozho In almost all cases, adding the version after the searched class gets the desired result on top. For example: "java.lang.String 6" "java.util.Collection 5" (note - it's not "1.6" - only "6") As they are updated, the tutorials are already