Java 10 Removed APIs and Options
Java 10 - Removed APIs and Options. Let’s go through a few of them:
API | Description |
---|---|
LookAndFeels | |
Runtime.getLocalizedInputStream , Runtime.getLocalizedOutputStream | Part of an obsolete internationalization mechanism and have no known uses. |
RMI Server-Side Multiplex Protocol Support | It was disabled in JDK 9 and, now, has been removed. |
Common DOM APIs | The com.sun.java.browser.plugin2.DOM , and sun.plugin.dom.DOMObject APIs have been removed. Applications can use netscape.javascript.JSObject to manipulate the DOM. |
FlatProfiler | Deprecated in JDK 9, has been made obsolete by removing the implementation code. |
-Xoss , -Xsqnopause , -Xoptimize , -Xboundthreads , and -Xusealtsigs | Options removed. |
policytool | The policytool security tool has been removed from the JDK. |
Deprecated Classes in com.sun.security.auth.** | Following classes are removed now.
|