Final answer:
The AWT, Swing, and Java 2D API are still present in the Java compiler (as of Java 11), although deprecated and not receiving updates.
Step-by-step explanation:
The GUI/Graphic APIs that are still present in the Java compiler (as of Java 11), although deprecated and receiving no further updates, are:
- AWT (Abstract Window Toolkit)
- Swing
- Java 2D API
These APIs were popular in the earlier versions of Java and are still present in the compiler for backward compatibility, but are no longer actively maintained. JavaFX, on the other hand, is still actively maintained and is not deprecated.