Simple Java CRUD Operation Mini Project
This repository contains a simple Java CRUD (Create, Read, Update, Delete) operation mini project. The project is designed to demonstrate basic CRUD functionality without the use of a database. It serves as a starting point for beginners to understand how CRUD operations can be implemented in Java.
Key Features:
Create: Users can create new records by providing input data through the console or a simple user interface.
Read: The system allows users to retrieve and view existing records from memory.
Update: Users can update existing records by specifying the record ID and providing updated data.
Delete: The system supports the deletion of records based on the record ID.
Exception Handling also done in all project to catch exceptions