Place your order today at 15% discount
1. Create three sets representing studentID of various
courses namely UCS1, UCS2 and UCS3. Populate each of these sets with few
student roll numbers. Now
_
Print all students who are enrolled in all these courses
_
Print all students who are enrolled in UCS2
_
Print all students who are enrolled in UCS2 and UCS3
2. Sort a string array using Arrays.sort() method.