Package Imports in JShell of Java 9
Package Imports By default, 10 packages are imported and can also be imported any package by using import statement. To see, default import packages, we can use following command. Importing java.sql package. Listing import packages and it will show available accessible packages. Now number of packag