Hi All:
I'm a VB user. I'm planning to write a research simulation in Java over this summer because it is a better web development language. Iv'e got my GUI started and I want to call a class called Driver from Main:
Here is the entire class Driver
public class Driver {
System.out.println ("ABC");
}
I'm getting an error-- "misplaced constructs"
What is wrong with this trivial code.