how to import array code example
Example 1: import arrays java
import java.util.Arrays;
Example 2: java list string package import
import java.util.List; // import just the List interface
import java.util.ArrayList; // import just the ArrayList class