Skip to content

Commit c86886c

Browse files
committed
feat: Latest features implemented with
real-world examples and explanations. Signed-off-by: https://github.com/Someshdiwan <someshdiwan369@gmail.com>
1 parent 045d9bb commit c86886c

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
```
2+
┌─────────────────────────────────────────────────────────────────────────────┐
3+
│ JAVA 26 │
4+
└─────────────────────────────────────────────────────────────────────────────┘
5+
6+
## 🚀 Java 26 is Here
7+
8+
Latest features implemented with real-world examples and explanations.
9+
10+
Language / Semantics
11+
├── JEP 500 : Prepare to Make Final Mean Final
12+
├── JEP 526 : Lazy Constants
13+
└── JEP 530 : Primitive Types in instanceof / switch / patterns
14+
15+
Networking
16+
└── JEP 517 : HTTP/3 for HTTP Client API
17+
18+
Performance / Runtime
19+
├── JEP 516 : Ahead-of-Time Object Caching
20+
├── JEP 522 : G1 GC Throughput Improvements
21+
└── JEP 529 : Vector API
22+
23+
Concurrency
24+
└── JEP 525 : Structured Concurrency
25+
26+
Security / Crypto
27+
└── JEP 524 : PEM Encodings for Cryptographic Objects
28+
29+
Cleanup
30+
└── Remove : Applet API
31+
```

0 commit comments

Comments
 (0)