package task1.multipleFileExample; public class Student { int id ; String name; String department; String address; }