1.

What Are The Significant Changes In Java 9?

Answer»

There are 90+ enhancements added to Java 8, the most significant ones are mentioned below :-

  1. Module :- A new kind of Java programing component INTRODUCED as module, which is a named, self-describing collection of code and DATA.
  2. REPL (JShell) :- Read-Eval-Print Loop (REPL) capability added to the Java platform.
  3. HTTP 2 Client:- new HTTPClient API supporting websockets and HTTP 2 streams and SERVER push features.
  4. Improved JavaDocs:- Supports HTML5 OUTPUT generation. Provides a search box to generated API documentation.
  5. Multirelease JAR:- Enhances the JAR FORMAT so that multiple, Java release-specific versions of class files can coexist in a single archive.

There are 90+ enhancements added to Java 8, the most significant ones are mentioned below :-



Discussion

No Comment Found