Core Java Day 8 Paper
Core Java Day 8 Paper
Praveen
Q.4.2. Create a new LinkedHashSet with values and return the common
values
Input : List = 10,20,30,90,10,10,40,50
Input : List = 10,20,60,50,40,70,80,90
Q.4.3. Create a new TreeSet with values and return the common values
Input : List = 10,20,30,40,50,60,70,80
Input : List = 100,200,300,400,500,600,700,8000