
Intro to Java Tutorial #1
I explain how to make a SIMPLE program in java, it doesnt get any simpler..
SORRY ABOUT THE RESOLUTION anyway heres the code if you cant see it
”
public class Tutorial {
public static void main(String[] args) {
System.out.println(”Hello World!”);
}
}
”
Please Visit my BRAND NEW programming and coding help site
http://programming-help.com
