Skip to content

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.

Notifications You must be signed in to change notification settings

Rithikgupta27/java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages