2022-05-13 14:41:19 -04:00
|
|
|
|
## Core Java 11
|
|
|
|
|
|
|
|
|
|
This module contains articles about Java 11 core features
|
|
|
|
|
|
|
|
|
|
### Relevant articles
|
|
|
|
|
|
2022-06-04 15:22:55 -04:00
|
|
|
|
- [Java 11 Single File Source Code](https://www.baeldung.com/java-single-file-source-codehttps://www.baeldung.com/java-single-file-source-code)
|
2022-05-13 14:41:19 -04:00
|
|
|
|
- [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)
|
|
|
|
|
- [Exploring the New HTTP Client in Java](https://www.baeldung.com/java-9-http-client)
|
|
|
|
|
- [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)
|
|
|
|
|
- [Benchmark JDK Collections vs Eclipse Collections](https://www.baeldung.com/jdk-collections-vs-eclipse-collections)
|
|
|
|
|
- [Pre-compile Regex Patterns Into Pattern Objects](https://www.baeldung.com/java-regex-pre-compile)
|
2024-04-30 12:11:52 -04:00
|
|
|
|
- [Guide to Java Reflection](http://www.baeldung.com/java-reflection)
|
|
|
|
|
- [Guide to Java 8’s Collectors](https://www.baeldung.com/java-8-collectors)
|
|
|
|
|
- [New Features in Java 11](https://www.baeldung.com/java-11-new-features)
|
|
|
|
|
- [Getting the Java Version at Runtime](https://www.baeldung.com/get-java-version-runtime)
|
|
|
|
|
- [Invoking a SOAP Web Service in Java](https://www.baeldung.com/java-soap-web-service)
|
|
|
|
|
- [Java HTTPS Client Certificate Authentication](https://www.baeldung.com/java-https-client-certificate-authentication)
|
|
|
|
|
- [Call Methods at Runtime Using Java Reflection](https://www.baeldung.com/java-method-reflection)
|
2022-08-08 09:34:55 -04:00
|
|
|
|
|