Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ketank205/java_projects
Here are some of the basic java projects that I had been working. Some are base on basis of Java that I had learn so far
https://github.com/ketank205/java_projects
Last synced: about 2 months ago
JSON representation
Here are some of the basic java projects that I had been working. Some are base on basis of Java that I had learn so far
- Host: GitHub
- URL: https://github.com/ketank205/java_projects
- Owner: Ketank205
- Created: 2023-08-26T13:40:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T10:22:13.000Z (8 months ago)
- Last Synced: 2024-05-13T11:36:58.741Z (8 months ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JAVA_Projects
Here is the basic java project that I had been working.
## Description
This is a console-based Java Project which has basis of Object Object-Oriented Programming.
A class is used to represent the ATM Machine.
The User Interface include options such as withdrawing, depositing & checking balance and corresponding methods are implemented.
A class to represent the user's bank account class enable user to access & modify the account balance.
## Future
Further, the Project can be Optimize by implementing its UI using Swing Package.
Using JDBC & ODBC for making connectivity with the databases such Oracle, PostgreSQL etc.