16 lines
958 B
Markdown
Raw Normal View History

## Core Java 11
This module contains articles about Java 11 core features
### Relevant articles
2022-09-23 14:29:51 +05:30
- [Guide To Java 8 Optional](https://www.baeldung.com/java-optional)
- [Guide to Java Reflection](http://www.baeldung.com/java-reflection)
- [Guide to Java 8s Collectors](https://www.baeldung.com/java-8-collectors)
2021-01-06 15:23:20 +08:00
- [New Features in Java 11](https://www.baeldung.com/java-11-new-features)
2021-05-20 01:05:57 +08:00
- [Getting the Java Version at Runtime](https://www.baeldung.com/get-java-version-runtime)
2021-09-24 12:46:57 +08:00
- [Invoking a SOAP Web Service in Java](https://www.baeldung.com/java-soap-web-service)
2021-12-23 02:09:49 +08:00
- [Java HTTPS Client Certificate Authentication](https://www.baeldung.com/java-https-client-certificate-authentication)
2022-01-20 17:52:02 +08:00
- [Call Methods at Runtime Using Java Reflection](https://www.baeldung.com/java-method-reflection)
2022-04-27 16:36:10 +08:00
- [Java HttpClient Basic Authentication](https://www.baeldung.com/java-httpclient-basic-auth)
2022-09-23 14:29:51 +05:30
- [Java HttpClient With SSL](https://www.baeldung.com/java-httpclient-ssl)