Can someone suggest a sample project[Any task/project/coding activity] where I can use Java collections extensively with core java? Intention is just to familiarize my self more with collections framework. I have basic to intermediate knowledge on the same. Asking here since I dont have the patience to do all exrecises from the Java tutorial.
Can someone suggest a sample project[Any task/project/coding activity] where I can use Java collections
Share
very simple would be, write code to manage in memory student database.
Provide option to
– add/delete/modify students.
– compare students,
– sort student list sorted by name, by id.