2019-10-31 21:43:47 -04:00
|
|
|
## Core Java 11
|
|
|
|
|
|
|
|
This module contains articles about Java 11 core features
|
|
|
|
|
|
|
|
### Relevant articles
|
|
|
|
|
|
|
|
- [Java 11 Single File Source Code](https://www.baeldung.com/java-single-file-source-code)
|
|
|
|
- [Java 11 Local Variable Syntax for Lambda Parameters](https://www.baeldung.com/java-var-lambda-params)
|
|
|
|
- [Java 11 String API Additions](https://www.baeldung.com/java-11-string-api)
|
|
|
|
- [Java 11 Nest Based Access Control](https://www.baeldung.com/java-nest-based-access-control)
|
2020-07-21 07:43:56 -04:00
|
|
|
- [Exploring the New HTTP Client in Java](https://www.baeldung.com/java-9-http-client)
|
2019-10-31 21:43:47 -04:00
|
|
|
- [An Introduction to Epsilon GC: A No-Op Experimental Garbage Collector](https://www.baeldung.com/jvm-epsilon-gc-garbage-collector)
|
|
|
|
- [Guide to jlink](https://www.baeldung.com/jlink)
|
|
|
|
- [Negate a Predicate Method Reference with Java 11](https://www.baeldung.com/java-negate-predicate-method-reference)
|
2019-12-19 05:21:25 -05:00
|
|
|
- [Benchmark JDK Collections vs Eclipse Collections](https://www.baeldung.com/jdk-collections-vs-eclipse-collections)
|
2020-02-05 03:43:47 -05:00
|
|
|
- [Pre-compile Regex Patterns Into Pattern Objects](https://www.baeldung.com/java-regex-pre-compile)
|