You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A console-based CRUD application developed in Java to manage student records (ID, Name, Marks) using ArrayList for dynamic storage. Demonstrates OOP principles like Encapsulation and performs Add, View, Update, and Delete operations efficiently in-memory without a database.
In Java, a POJO (Plain Old Java Object) class is a class that encapsulates data and provides getter and setter methods for accessing and modifying that data.