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.
This ERP software is tailored for the garment industry, enabling efficient management of inventory, sales, and transactions. It ensures real-time tracking of stock and sales while maintaining accurate transaction records. Designed for both stakeholders and clients, the system delivers a seamless user experience, streamlining operations.
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.