This a simple application developed by core concepts of Java:
OOP, Arrays , File-Handeling
Since this is a CLI Based Application it is capable of follwing options,
Operator is capable of booking the seats
Operator is capable of canceling the seats.
Operator can search for the first available seats
Operator can see the current seating plan with the booked seats and free seats
Operator can view all the ticket informations and the total sales
Operator is capble of searchin the tickets with the seat number,row and check whether it's booked or not, if it is booked the ticket details can be visible
Proper front-end and a back-end, since this was developed using core java concepts.