File tree Expand file tree Collapse file tree
Java-Versions/Java 26/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments