Skip to content

PoojithaJN/BankSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

BankSystem

Objective

Simulate basic banking operations using Java OOP:

  • Account creation
  • Deposit & withdrawal
  • Check balance
  • View transaction history

The program uses Java console input/output and runs in a loop until the user exits.

Tools Used

  • Java (JDK 24)
  • Eclipse IDE
  • Git & GitHub

How to Run the Project in Eclipse

  1. Open Eclipse IDE
  2. Create a new Java Project
    File → New → Java Project → Name it as 'Task5'
  3. Create a new class
    Right-click 'src' → `New → Class → Name it 'BankSystem' and check 'public static void main'
  4. Write the code into 'BankSystem.java'
  5. Run the program
    Right-click the file → Run As → Java Application
  6. Use the Eclipse console to interact with the system.

Key Concepts Practiced

  • Object-Oriented Programming (OOP)
    • Classes & Objects
    • Encapsulation
  • Java 'Scanner' for console input
  • Java 'ArrayList' for transaction history
  • Java 'Date' class for timestamps
  • Menu-driven loop using 'do-while' and 'switch-case'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages