Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

can a static method be overridden

Answer Posted / mohit kaushik

yes main method can be override example

class mad
{
public static void main(String args[])
{}
}
public class mohit extends
{
public static void main(String args[])
{
System.out.println("HELLO");
}}


output HELLO
ANY question contact me with our email.my id.
mohit_kaushik1234@rediff.com

Is This Answer Correct ?    2 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How database connectivity in XML is achieved?

2288


which book is better for jdbc ,servlets and jsp

2144


Is jvm a overhead?

1163


Name three subclasses of the component class?

1162


What’s jboss jbpm?

1090


What is the difference between long.class and long.type?

1178


What are the diff types of exception?

1118


What is the relationship between the canvas class and the graphics class?

1077


What is the difference between a static and a non-static inner class?

1212


Why a component architecture for the java platform?

1315


What is clustering? What are the different algorithms used for clustering?

1126


What if the static modifier is removed from the signature of the main method?

1305


What do you need to set-up a cluster with jboss?

1125


What is the difference between the session.get() method and the session.load() method?

1126


If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

1129