Java programming with Eclipse lesson 8 – what you should put in main

Currently we have a lot of code in the main method. The only thing you should have in main is to create an object and to run a method with that object. Remember Java is an object oriented programming language.