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