Skip to content

digvijay173/Bank-Management-System-Java

Repository files navigation

Bank management System using Java.

The project includes basic functionalities of the bank management system like credit, deposit, login, check balance, encryption, decryption, etc. in the GUI form using Java Socket Programming. GUI is done using eclipse.

Functionalities:

  1. Withdraw
  2. Deposit
  3. Check Balance

Socket programming in Java is used for communication between the applications that are running on different JRE. It can be either connection-oriented or connectionless. On the whole, a socket is a way to establish a connection between a client and a server.

Concurrent Server (One Server -> Many Clients) used using threading mechanism. Locks are used for data consistency.

How to Run:
Compile-

javac -cp mysql.jar;. Filename.java

Run-

java -cp mysql.jar;. Filename

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages