Java 10 Feature Interview Question

What are the main java 10 features?

Below are some of java 10 features:

  1. Time-Based Release Versioning (JEP 322)
  2. Local-Variable Type Inference (JEP 286)
  3. Experimental Java-Based JIT Compiler (JEP 317)
  4. Application Class-Data Sharing (JEP 310)
  5. Parallel Full GC for G1 (JEP 307)
  6. Garbage-Collector Interface (JEP 304)
  7. Additional Unicode Language-Tag Extensions (JEP 314)
  8. Root Certificates (JEP 319)
  9. Thread-Local Handshakes (JEP 312)
  10. Heap Allocation on Alternative Memory Devices (JEP 316)
  11. Remove the Native-Header Generation Tool – javah (JEP 313)
  12. Consolidate the JDK Forest into a Single Repository (JEP 296)
  13. API Changes