Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jose Hughes   on Apr 21 In Java Category.

  
Question Answered By: Umaiza Hashmi   on Apr 21

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.

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on NoSuchMethodError Or get search suggestion and latest updates.