6

24 Java Features You Missed In 2022 - Inside Java Newscast #39

 1 year ago
source link: https://www.youtube.com/watch?v=ghGvFcg6GEQ
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

24 Java Features You Missed In 2022

Here are features 25+ that I mention at the end of the video:

* the Vector API now loads and stores vectors to and from MemorySegments (from the foreign memory API) * embed code snippets in Javadoc: https://www.youtube.com/watch?v=m2cVOYuVs1U * lots of new methods on `Math`: `ceilDiv(int, int)`, `ceilDiv(long, int)`, `ceilDiv(long, long)`, `ceilDivExact(int, int)`, `ceilDivExact(long, long)`, `ceilMod(int, int)`, `ceilMod(long, int)`, `ceilMod(long, long)`, `divideExact(int, int)`, `divideExact(long, long)`, `floorDivExact(int, int)`, `floorDivExact(long, long)`, `unsignedMultiplyHigh(long, long)` * new constant `Math.TAU` * on `BigDecimal`: `TWO` (very important! :D) and `parallelMultiply(BigInteger)` * `Random.from(RandomGenerator)`

Read more


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK