Today in this episode, I would like to show you the main method of Java. The main method as the name implies is the method that is used to start a program initially. However, as this course is done in test-driven style or TDD in short, so far we actually never used it because we start programming by writing a test and so far we used the test to execute our code. Actually, as you might have guessed, at some time when you’re done with development, you would want to run the program, and for this you will need a class that has a main method. How does this main method look? It’s not so different from any other method...
This series helped me brush up my fundamentals like no other tutorial series could. Thank you so much for great work. On a race to finish the series.
Thank you so much for this Marcus.....Really, Really helpful.
+Tumelo Khoza Your welcome! If there is anything else I can help you with, just let me know.
Today in this episode, I would like to show you the main method of Java. The main method as the name implies is the method that is used to start a program initially. However, as this course is done in test-driven style or TDD in short, so far we actually never used it because we start programming by writing a test and so far we used the test to execute our code. Actually, as you might have guessed, at some time when you’re done with development, you would want to run the program, and for this you will need a class that has a main method. How does this main method look? It’s not so different from any other method...
Very good approach! Thanks :-)
You're welcome! :)
hi Marcus! This video is embedded in marcus-biel.com/java-comparable-interface-video-tutorial/ instead of the Comparable interface video.
Good!
Thanks! Check out my free pdf tutorials on my website too :)
set speed to 1.25x and you're good