Java 11 Features

  1. Why is Java 11 important?

  2. Which JDK build should I download and what are the benefits of each of them?

  3. How to download Java 11 Free Version?

Java 11 Features:

  1. Running Java File with single command
  2. Java String Methods
  3. Local-Variable Syntax for Lambda Parameters
  4. Nested Based Access Control
  5. JEP 309: Dynamic Class-File Constants
  6. JEP 318: Epsilon: A No-Op Garbage Collector
  7. JEP 320: Remove the Java EE and CORBA Modules
  8. JEP 328: Flight Recorder
  9. JEP 321: HTTP Client
  10. Reading/Writing Strings to and from the Files
  11. JEP 329: ChaCha20 and Poly1305 Cryptographic Algorithms
  12. JEP 315: Improve Aarch64 Intrinsics
  13. JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental)
  14.  JEP 335: Deprecate the Nashorn JavaScript Engine
  15. Conclusion

Popular posts from this blog

What is Garbage collection in Spark and its impact and resolution

Window function in PySpark with Joins example using 2 Dataframes (inner join)

Complex SQL: fetch the users who logged in consecutively 3 or more times (lead perfect example)