The java project is based on Case Study 2 which is working of an ATM machine. The Bank class is the one from where the code will start to run. Now the code contains 3 additional functionalities:
- The program is integrated with sqlite database.
- Methods for changing pin and basic details has been added
- Phone number has been added to get OTP which is used as two-step verification before any transaction happens.