Return to site

☕1️⃣8️⃣ JDK18 NEWS: New additions to JDK API

· java

👉 Duration.isPositive()

👉 Math et StrictMath have new APIs : ceilDiv, ceilDivExact, ceilMod, divideExact, floorDivExact & unsignedMultiplyHigh

👉 FileInputStream: transferTo(OutputStream)

👉 PrintStream: charset()