Top Java Final....
Top Java Final....
Top Java Final....
On
CERTIFICATE
THIS IS TO CERTIFY THAT THE FOLLOWING STUDENTS OF SECOND YEAR.
FOURTH SEMESTER OR DIPLOMA IN COMPUTER ENGINEERING OF
INSTITUTE SANT GAJANAN MAHARAJ RURAL POLYTECHNIC, MAHAGAON –
(CODE)22412 HAS COMPLETED MICRO PROJECT-“BANK
MANAGEMENT SYSTEM”– IN SUBJECT “JAVA PROGRAMMING ” CODE 0965 FOR
ACADEMIC YEAR 2023-2043
DATE: PLACE:
MAHAGAON
1.0 Rationale
The Java programming language can easily run on different platforms such as on the web,
mobile, desktops, and even on various software. Not only this, but due to its various features
such as networkcentric designing security reasons, platform independency. Java offers
significant advantages over other languages and environments, making it suitable for virtually
any programming task. Java is easy to learn and since it was designed precisely to be simple
to understand and use. Therefore, it is easier to write, compile, debug and learn than other
programming languages. After learning this subject or language students will be able to
develop java programs and project.
A literature review on bank management system would likely cover a range of topics
including the bank details and customer details,internal working of bank software,how
amount is deposited in bank,how customer can access the account details etc. Here's an
outline for such a review:
1.0 Rationale
The Java programming language can easily run on different platforms such as on
the web, mobile, desktops, and even on various software. Not only this, but due to
its various features such as network- centric designing security reasons, platform
independency.
Java offers significant advantages over other languages and environments, making it
suitable for virtually any programming task. Java is easy to learn and since it was
designed precisely to be simple to understand and use. Therefore, it is easier to write,
compile, debug and learn than other programming languages.
After learning this subject or language students will be able to develop java programs
and project.
A literature review on bank management system would likely cover a range of topics
including the bank details and customer details,internal working of bank software,how
amount is deposited in bank,how customer can access the account details etc. Here's an
outline for such a review:
Program for bank management system
import java.util.*;
import java.lang.*;
class account
{
int id;
String type;
int balance;
void show_bank()
{
System.out.println("bank name is:guk");
System.out.println("owner:mr.mehata");
}
}
class loan extends account
{
int loan_id;
String loan_type;
int loan_amount;
String date;
}
class saving extends loan
{
String saving_name;
String saving_date;
int saving_amount;
}
class bank_advisior extends saving
{
int advisior_id=05;
String advisior_name="tejas";
String advisior_address="kadgaon";
int advisior_contact_number=12378;
}
class client extends bank_advisior
{
int client_id;
String client_name;
String client_address;
int client_contact_number;
}
class bank_agreement extends client
{
public static void main(String args[])
{
int choice;
int choice1;
String login_id;
String password;
int i=0;
bank_agreement b[]=new bank_agreement[5];
Scanner s1=new Scanner(System.in);
b[0].id=0;
b[0].type="FD";
b[0].balance=5000;
b[0].loan_id=1;
b[0].loan_type="for home";
b[0].loan_amount=10000;
b[0].date="1-2-2000";
b[0].saving_name="for home";
b[0].saving_date="5-5-2020";
b[0].saving_amount=30000;
b[0].client_id=0;
b[0].client_name="meheta";
b[0].client_address="kolhapur";
b[0].client_contact_number=233445;
b[1].id=1;
b[1].type="FD";
b[1].balance=5000;
b[1].loan_id=2;
b[1].loan_type="for home";
b[1].loan_amount=20000;
b[1].date="2-2-2000";
b[1].saving_name="for buisennes";
b[1].saving_date="5-2-2020";
b[1].saving_amount=20000;
b[1].client_id=1;
b[1].client_name="mr.powar";
b[1].client_address="sangali";
b[1].client_contact_number=23347;
b[2].id=2;
b[2].type="deposite";
b[2].balance=6000;
b[2].loan_id=3;
b[2].loan_type="for school";
b[2].loan_amount=30000;
b[2].date="1-5-2000";
b[2].saving_name="for school";
b[2].saving_date="5-4-2020";
b[2].saving_amount=20000;
b[2].client_id=2;
b[2].client_name="mr.patil";
b[2].client_address="mumbai";
b[2].client_contact_number=2378;
b[3].id=3;
b[3].type="FD";
b[3].balance=7000;
b[3].loan_id=3;
b[3].loan_type="for communication";
b[3].loan_amount=30000;
b[3].date="5-2-2000";
b[3].saving_name="for communication";
b[3].saving_date="6-5-2020";
b[3].saving_amount=20000;
b[3].client_id=3;
b[3].client_name="mr.powar";
b[3].client_address="nanded";
b[3].client_contact_number=223445;
b[4].id=4;
b[4].type="FD";
b[4].balance=8000;
b[4].loan_id=4;
b[4].loan_type="for car";
b[4].loan_amount=30000;
b[4].date="1-3-2000";
b[4].saving_name="for car";
b[4].saving_date="6-5-2020";
b[4].saving_amount=10000;
b[4].client_id=4;
b[4].client_name="mr.kapase";
b[4].client_address="gorambe";
b[4].client_contact_number=233545;
}
}
Output
Sr. Name of Resource/material Specification Qty
No.
1. Internet service Google.com 1
2. Computer system with broad Intel i3-3220 CPU, 3.30GHZ 1
specifications 64 bit windows 7
3. Software JDK 1
4. Any other resource used Internet software 1
5. Then it is arranged in proper way by using MS-Word . After making report we have
submitted our final project.
We learnt how to develop a snake game using java programming language . And how
to implement program to run the game efficiently.
2. We know how to use the concepts of Java Programming to implement the game.
8.0 Area of Future Improvement (in 50 to 100 words)
In this micro-project we have learnt how to develop a game called “snake game” using
java programing Language. And this will help us to implement any project as well,
help us to learn the new concepts in Java Programming.
Conclusion
https://www.geeksforgeeks.org/design-Currency-Converter
https://www.javatpoint.com/java-tutorial
https://github.com/bagasadif/Currency-Converter