Impor String Java

// String is a part of the default java.lang package. 
// There is no need to import any special package to use String.
CompSciGeek