List interface is the child interface of Collection interface. It inhibits a list type data structure in which we can store the ordered collection of objects. It can have duplicate values. The ...
A CLI-based Student Record Management System built in Java using ArrayList. Includes CRUD operations (Add, View, Update, Delete) with encapsulation and OOP principles.