Introduction
This project is to create an online banking system for banks, as the current system relies on manual processes for all banking work, such as check the status of KYC, Know your detail of bank , LOAN Request, Money transactions and for account statement.
Problem Statement • In any Bank Transaction, there are several parties involved to process transaction like a merchant, bank, receiver, etc. • So, there are several numbers reasons that transaction may get failed, declined, so to handle a transaction in Java, there is a JDBC (Java Database Connectivity) which provides us an API (Application Programming Interface) to connect, execute, fetch data from any databases. It provides the language Java database connectivity standards. It is used to write programs required to access databases