This is a small console-based Java application that simulates a simplified train booking system (IRCTC-like) to showcase core Java concepts: OOP, collections, file-based persistence (JSON), exception ...
movie tickets booking simulator The goal is to simulate a movie ticket booking experience, not to integrate with a real payment gateway or live theatre system. It focuses on core booking flows: ...