1. Create a Java package consisting of Class and Student with the following requirements
a. Encapsulation
b. Method to print student details alone
c. Method to print class and students enrolled in the class
Tip: Use Arrays or Collection to store students
2. Display student details and the classes they have enrolled in a Applet. The Applet must have following features
a. Update
b. View
c. Delete