you have't declared the main method...
The compiler will compile without any error, since compiler won't care about
the main method..
At runtime it will look for the main method which is not there...
So u need a main method which inturn it creates reference of the Party
class.