
TITLE : Bank Management System – A Console Based Application Developed Using Core Java.
DESCRIPTION : Developed a simple Bank Management Systems using java that allows users to perform basic
Banking Operations such as deposit, withdrawal and balance enquiry. The system uses a menu-driven interface
where the user selects option and enters the required amount. The project is implemented using object-oriented
programming concept, such as classes and methods and uses scanner class for user input.
TOPICS USED :
1. Core Java, Variables
2. OOP Concepts(Class and Object)
3. Scanner Class, Methods
4. Conditional Statements, Looping.