


Java Tutorial: Using the Main Method In this module we're going to look at selecting a workspace in Eclipse, creating a new project and a class. Finally we will create a main method for that class.
We'll spend some time discussing different types of comment and we'll create your very first working program. This will be able to run from Eclipse, and also we'll show you how to run it from your command line.
This is one of the Java Tutorials at www.JavaVideos.net
Java Tutorial: The Hello World Application
In this module we will learn how to import archives into Eclipse, outputting text to the command line, and also the Eclipse auto complete function.
We will learn about reading input arguments in our Java application, and also how to create those arguments within Eclipse.
This is one of the Java Tutorials at www.JavaVideos.net
Java code developed in a commercial environment needs to be robust, testable, well documented and debuggable.
This vital knowledge is not often emphasised on training courses. It has been at the forefront while we have been developing this course, our aim is provide these skills in addition to the Java technical skills.