Hi, I am new
Java. The following is my program :
package ourpackage
public class OurClass{
public static void main(
String [] args){
System.out.println("Hello World");
}
}
*****************
Hoe do I set up the package ourpackage in my Win XP so that I can compile and run the program. After compiling the above, should the OurClass.class file go into the package ourpackage ?