Hello, I don't know any thing about java.
I have a program like this from a tutorial HelloWorld.java now I want to compile it What I have to do for compiling it .I try to compile it in dos prompt
java c HelloWorld.java
it's in my E:\javafiles\HelloWorld.java
I have install tomcat also now what to do
class HelloWorld {
public static void main(String args[]) {
System.out.printIn("Hello World!");
}
}
Thanks.