How to get up-to-date search results when searching for javadoc

后端 未结 4 1250
逝去的感伤
逝去的感伤 2021-02-20 11:21

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 beca

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-20 12:08

    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")

提交回复
热议问题