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

Channel:
Subscribers:
64,099
Published on ● Video Link: https://www.youtube.com/watch?v=QGOcw2tvafY



Duration: 5:31
725 views
3


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.







Tags:
java main method