Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.