關於Java SE技術手冊版本 應該買哪一本好呢?
131 瀏覽
然後看現在最新的技術手冊是SE14,但同學的主管有說新版的裡面有一些舊版的東西沒提到,然後最接近Java SE8的技術手冊是SE9 (SE8技術手冊有點太舊了不好買然後未來又想都改寫11)。
還煩請各位高手替小弟解惑 買SE9 是否符合需要,目前自己本身實力是廢到連各版本差異還無法分辨,只照學長講的挑新的永久支持版用就對了XD
其實我覺得可以參考JAVA原廠對各版本的支援
End of Public Updates of Java SE 8
Java SE 8 has gone through the End of Public Updates process for legacy releases. Oracle will continue to provide free public updates and auto updates of Java SE 8 indefinitely for Personal, Development and other Users via java.com. Oracle will provide at least 18 months notice on this page and other communication channels if an end of availability date is set. Developers can find Oracle
Going Beyond Java 8: Create Custom Java Runtimes with jlink
Although Java 8 is currently the most popular version of Java by developers everywhere, tools like jlink allow us to go beyond Java 8 and create custom runtimes. by
Join the DZone community and get the full member experience.Join For Free
According to some surveys such as that of JetBrains, version 8 of Java is currently the most used by developers all over the world, despite being a 2014 release. What you are reading is one in a series of articles titled “Going beyond Java 8”, inspired by the contents of my book “Java for Aliens”. These articles will guide the reader step-by-step to explore the most important features introduced starting from version 9. The aim is to make the reader aware of how important it is to move forward from Java 8, explaining the enormous advantages that the latest versions of the language offer.