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 does module-relative mean?

1061


Whats new with the stop(), suspend() and resume() methods in jdk 1.2?

1002


What’s jboss cache in short?

1059


What is the difference between the session.update() method and the session.lock() method?

963


What is metaspace?

968


What must a class do to implement an interface?

1092


To identify IDL language what mapping mechanism is used?

3888


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

1035


Explain about RMI Architecture?

1026


What are the services in RMI ?

2299


Is the session factory thread safe?

1121


how do you Handle Front End Application data against DB with example?

1915


How is a java object message delivered to a non-java client?

994


Explain the difference between object state and behavior?

991


Name three component subclasses that support painting?

1017