Skip to content

A simple CRUD (Create, Read, Update, Delete) application in Java Servlets typically involves a class representing a model object, a DAO (Data Access Object) class to interact with the database, and a main class to demonstrate the CRUD operations

Rithikap-8/CRUD-UsingServlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CRUD-UsingServlet

image image image

About

A simple CRUD (Create, Read, Update, Delete) application in Java Servlets typically involves a class representing a model object, a DAO (Data Access Object) class to interact with the database, and a main class to demonstrate the CRUD operations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published