Welcome to SSDN Technologies
Are you ready For Java 9
9 prominent Features of Java 9 Satisfy the Programming Enthusiast : After a long time since March 2014 here we have major updates to standard Java edition. With the release of Java 9 the programming universe and the Java community ultimately had laughter for a reason. Now the oracle henceforth will be releasing two Java Features every year. The current features are available for download officially and the link is given below in this blog. Java has released a number of features as much as 150 and more with many improvements and majorly a module system.
9 Major Features of SE Java 9
Jshell
All New Module System
Process API Improvements
Lightweight JSON API
Segment Code Cache
New HTTP 2 Clients
Parser API for Nashorn
Ahead of Time Compilation
Jshell: ď ľ
With JShell you the ability to test different java constructs that is too without any kind of inconvenience
All New Module System: ď ľ
Named as a Project Jigsaw, the Oracle has brought major changes in the form of all new Module System. This is the prominent main features of Java 9 that will help bring modularity to Java source code, run-time images, JDK, etc.
Process API Improvements: ď ľ
This new changes in process API ensures the better management and control of the OS process
Lightweight JSON API : ď ľ
This is also one of the prominent Java 9 features that help in consuming and generating data streams and JSON Documents. This feature was very much anticipated.
Segment Code Cache: ď ľ
now the segmented code cache will help in JDK 9 we are able to divide code cache into different segments. This will be resulted in improved performance.
Parser API for Nashorn: ď ľ
Project JS support is better ensured by this API.
New HTTP 2 Clients: ď ľ
the mention to the new HTTP client API is necessary as it is very helpful to improve the time in web page loading, reduction in resource usage and the performance.
Ahead of Time Compilation: ď ľ
Start up time will be very much improved for the applications with the AOTcompilation.
Read More Features
Thank You