What’s New in Java 10?
- September 27, 2018
- by
- WWW
Oracle seems to be respecting the schedule this time and java 10 will be publicly released!
In this article, will explore 10 features coming to this new update for java.
Something that is new in Java 10 and perhaps the most interesting feature, at least from a coding perspective, is that the language attempts to improve the developer’s experience by removing some of the strict type declaration, allowing developers to let the compiler infer the type by only using var. In Java 10 the...