You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create Cab objects to have new cabs.
Create Customer objects to have new customers.
Create BookCab object to book your cab.
If cabs are not available feel free to create new Cabs.
About
This is Simple Core Java 'Cab Booking System' using DAO Design Pattern. It also connects this system to MySql database using JDBC.