- Java 11 - Removed/Deprecated API
- Java 11 - Nest Based Access
- Java 11 - var in lambda
- Java 11 - Not Predicate
- Java 11 - Optional Class
- Java 11 - File APIs
- Java 11 - Collections to Array
- Java 11 - String APIs
- Java 11 - Compile free Launch
- Java 11 - Standard HttpClient
- Java 11 - Environment Setup
- Java 11 - Overview
- Java 11 - Home
Java Other Versions Tutorials
- Java 16 Tutorial
- Java 15 Tutorial
- Java 14 Tutorial
- Java 13 Tutorial
- Java 12 Tutorial
- Java 10 Tutorial
- Java 9 Tutorial
- Java 8 Tutorial
- Java Tutorial
Java 11 Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Java 11 - Removed/Deprecated APIs
Java 11 has removed selected deprecated APIs. Following is the pst of removed APIs.
Java EE and CORBA
Following deprecated Java EE and CORBA are removed from Java 11 release.
Java API for XML-Based Web Services (java.xml.ws)
Java Architecture for XML Binding (java.xml.bind)
JavaBeans Activation Framework (java.activation)
Common Annotations (java.xml.ws.annotation)
Common Object Request Broker Architecture (java.corba)
JavaTransaction API (java.transaction)
These APIs are available as standalone versions of third party site.
JMC and JavaFX
JDK Mission Control (JMC) is removed from standard JDK. It is available as standalone download.
JavaFX is also removed from standard JDK. It is available as separate module to download.
Deprecated Modules
Nashorn JavaScript engine along with JJS tool is deprecated.
Pack200 compression scheme for JAR files is deprecated.