|
Answer» There are 90+ enhancements added to Java 8, the most significant ones are mentioned below :-
- Module :- A new kind of Java programing component INTRODUCED as module, which is a named, self-describing collection of code and DATA.
- REPL (JShell) :- Read-Eval-Print Loop (REPL) capability added to the Java platform.
- HTTP 2 Client:- new HTTPClient API supporting websockets and HTTP 2 streams and SERVER push features.
- Improved JavaDocs:- Supports HTML5 OUTPUT generation. Provides a search box to generated API documentation.
- 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 :-
|