This the console base project.project name is Online Banking System.in this i craete two user Admin and customer. In this project i implemethod of admin and customer method.seprately.I create this project in 5 days with help of JDBC ,mysql,javacore.
Admin can create account for customer.
Admin can show all the customer account details.
Admin can show transaction history.
Admin can see all the data of eac customer by account number and edit the detail of customer.
Customer can open a new account in the bank.
Customer can edit the our details.
Customer can see oun all details.
Customer can get the loan.
Customer see the all our transanction history.
Admin table.
Customer table.
Transaction History table.
Deposit table.
Withdrawal table.
Loan table.