0% found this document useful (0 votes)
53 views4 pages

Synopsis ON: Bank Management System

This document provides an overview of a bank management system project. The project aims to develop software to manage bank accounts and allow customers to perform tasks like creating accounts, depositing and withdrawing money, and viewing account reports. The system has modules for administrators to manage user accounts and for users to manage their bank accounts. It was developed using Java and MySQL with a menu-driven and user-friendly interface to make banking tasks more efficient. The project achieves its goals of providing functionality for basic banking transactions.

Uploaded by

Goldy Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views4 pages

Synopsis ON: Bank Management System

This document provides an overview of a bank management system project. The project aims to develop software to manage bank accounts and allow customers to perform tasks like creating accounts, depositing and withdrawing money, and viewing account reports. The system has modules for administrators to manage user accounts and for users to manage their bank accounts. It was developed using Java and MySQL with a menu-driven and user-friendly interface to make banking tasks more efficient. The project achieves its goals of providing functionality for basic banking transactions.

Uploaded by

Goldy Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

SYNOPSIS

ON
BANK MANAGEMENT SYSTEM

Submitted to: Submitted by:


Mr. Santosh Kumar Yadav NAVJOT SINGH
Lecturer 6220/17 5th Sem
C.S.E Deparment GAGAN BHATIA
6209/17 5th Sem
C.S.E
INTRODUCTION TO JAVA:

• In 1990, Sun Microsystems Inc. (US) was conceived a project to develop software for
customer electronics devices that could be controlled by a remote. This project was
called Stealth Project but later its name was changed to Green Project. In 1991, Bill
Joy, James Gosling, and several others met in Aspen, Colorado to discuss this project.
James Gosling was to identify the proper programming language for the project.
Gosling thought C and C++ could be used to develop the project. But the problem
they faced with them is that they were system dependent languages and hence could
not be used on various processors, which the electronic devices might use. So started
developing a new language, which was completely system independent. This
language was initially called Oak. Since this name was registered by some other
company, later it was changed to Java.

PARTS OF JAVA:

• Sun Microsystems Inc. has divided Java into 3 parts-Java SE, Java EE and Java ME.

Java SE:
• It is the Java Standard Edition that contains basic core Java classes. This
edition is used to develop standard applets and applications.

Java EE:
• It is the Java Enterprise edition and it contains classes that are beyond Java
SE. In fact, we need Java SE in order to use many of the classes in Java EE.
Java EE mainly concentrates on providing business solutions on a network.

Java ME:
• It is the Java Micro Edition. Java ME is for developers who develop code for
portable devices, such as a PDA or a cellular phone. Code on these devices
needs to be small in size and should take less memory.
JAVA VIRTUAL MACHINE:

As we know that all programming language compilers convert the source code to machine
code.Same job done by Java Compiler to run a Java program, but the difference is that Java
compiler convert the source code into Intermediate code is called as bytecode. This machine
is called the Java Virtual machine and it exits only inside the computer memory.

Bank Mangement System

INTRODUCTION:

To develop a software for solving financial applications of a customer in banking


environment in order to nurture the needs of an end banking user by providing various ways
to perform banking tasks. Also to enable the user’s workspace to have additional
functionalities which are not provided under a conventional banking software.

PROJECT:

The bank management system is an application for maintaining a person’s account in a bank.
The system provides the access to the customer to create an account, deposit/withdraw the
cash from his account, also to view reports of all accounts present. The following
presentation provides the specification for the system.

OBJECTIVE:

The Bank Account Management System is an application for maintaining a person's account
in a bank. In this project I tried to show the working of a banking account system and cover
the basic functionality of a Bank Account Management System. To develop a project for
solving financial applications of a customer in banking environment in order to nurture the
needs of an end banking user by providing various ways to perform banking tasks. Also to
enable the user’s work space to have additional functionalities which are not provided under a
conventional banking project. The Bank Account Management System undertaken as a
project is based on relevant technologies. The main aim of this project is to develop software
for Bank Account Management System.

FEATURES:-
 Menu driven and user friendly.
 It assists in quick deletion of errors by issuing a appropriate error message.
 Validity of input data is automatically checked and error will be immediately
signalled.
 Efficient utilization of resources.

Module:--

1.Admin
2. User

1. Admin:
 Can add/view/delete delete user accounts.
 Can logout
2. User
 Can add/view vehicle
 Can deposit or withdraw money.

CONCLUSION:-
This project is developed to nurture the needs of a user in a banking sector by embedding all
the tasks of transactions taking place in a bank.
Future version of this software will still be much enhanced than the current version 1.0.Thus
the Bank Management System it is developed and executed successfully.

HARDWARE REQUIREMENTS:
• Processor: Intel dual core or above
• Processor Speed:1.0GHZ or above
• RAM: 1 GB RAM or above
• Hard Disk: 20 GB hard disk or above

SOFTWARE REQUIREMENTS:
• Language: Java Application
• Database: My SQL

You might also like