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 / naresh

static methods cant be overridden because let us consider
the following program
class Base
{
static void x(){}
}
class Derieved extends Base
{
@Override
static void x(){}
}
will produce compile-time error

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is chat area? Explain.

1065


What is the relationship between an event-listener interface and an event-adapter class?

1179


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1884


Explain the advantages and disadvantages of detached objects.

1076


What restrictions are placed on the values of each case of a switch statement?

1061


Do you think that java should have had pointers?

1125


Are there books about seam?

1158


What is a policy?

2349


Why are my checkboxes not being set from on to off?

1179


What is a session? Can you share a session object between different theads?

1036


Is “abc” a primitive value?

1158


what are memory considerations of jsp compares to other web components?

6585


Difference between loadclass and class.forname?

1095


What is difference between object state and behavior?

1152


what are the activation groupworks?

2249