What are the main java 10 features?
Below are some of java 10 features:
- Time-Based Release Versioning (JEP 322)
- Local-Variable Type Inference (JEP 286)
- Experimental Java-Based JIT Compiler (JEP 317)
- Application Class-Data Sharing (JEP 310)
- Parallel Full GC for G1 (JEP 307)
- Garbage-Collector Interface (JEP 304)
- Additional Unicode Language-Tag Extensions (JEP 314)
- Root Certificates (JEP 319)
- Thread-Local Handshakes (JEP 312)
- Heap Allocation on Alternative Memory Devices (JEP 316)
- Remove the Native-Header Generation Tool – javah (JEP 313)
- Consolidate the JDK Forest into a Single Repository (JEP 296)
- API Changes