Computer Science Homework Help

Create a ticketing system using Java and DB. A user should be able to interact with the system and perform various actions on the records. Distinguish the operations on different types of tickets (gen

Create a ticketing system using Java and DB. A user should be able to interact with the system and perform various actions on the records. Distinguish the operations on different types of tickets (general admission, reserved, front row etc.)

Get Your Custom Essay Written From Scratch
We have worked on a similar problem. If you need help click order now button and submit your assignment instructions.
Just from $13/Page
Order Now

Requirements: identify and implement at least five features/scenarios in your project, for example, purchase, refund, early bird, etc. Have some existing records in the database that can be retrieved, manipulated and displayed per user’s request. User should be able to add/remove records from the DB through your Java application. For new records, instantiate your class(es) and give it properties. please explain it to me also how you have done it step by step thank you:)