Simple Banking Applications with Java

Hello fellow daoist,

Yesterday, I’m learning java by doing simple project named Banking Applications, it is not using any database, just a simple console that emulates the banking work flow.

Now, I want to share on how you can make one too. I assume that you already at level where you can create new project for java. So I will bypass any formality and just explain on the code.

First, you may want to create new project for java application ( I’m using Intellij IDEA IDE ), I named my project BankingApplications.

Continue reading »