Show the output of the following code: import .*; public class Test public static void main(String[] args) LinkedHashSet set1 = new LinkedHashSet<>(); ("New York"); LinkedHashSet set2 = set1;LinkedHashSet set3 = (LinkedHashSet)( ()); ("Atlanta");System.out.println("set1 is " + set1);System.out.println("set2 is " + set2);System.out.println("set3 is " + set3);