I'm using IntelliJ and JDK 11. In the library packages, I see two types of package naming. java.* and jdk.* like shown in the below image:
The jdk.* packages have sun.* packages inside them. What does this mean to developers? Is the general advice to avoid using jdk.*/sun.* as written over here: https://www.oracle.com/java/technologies/faq-sun-packages.html ?
