dear..
this main function i.e
public static void main (String arg[])
{}
is the entry point for any program & must for any program to run...
Signature must be the same as above.. other wise compiler will take
it as any other main function..
For any type of help related to java u can vi
Hi Biljana,
I just added a new class file to the existing project... and within the main
from top down that created the two tables, populated them and then quit (I
think that was all it needed).
You can run it by simply right clicking on the class file in the project tree
and then 'Run'
You co