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

What is local interface. How values will be passed?

1087


When a thread blocks on i/o, what state does it enter?

1154


For which statements does it make sense to use a label?

1134


when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??

1586


What are the different algorithms used for clustering?

1128


What are the services in RMI ?

2443


Do we need to override service() method

1785


what is the use of State Factories?

2448


Can I run seam outside of jboss as?

1112


Write a program to show synchronization?

1208


Explain the steps in details to load the server object dynamically?

5141


What is RMI and what are the services in RMI?

1247


What is the purpose of the notifyall() method?

1091


What does module-relative mean?

1230


What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?

1082