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

why static class in java

1821


Do I need to import javlang package any time? Why ?

1154


What is the difference between the font and fontmetrics classes?

1219


Write a program to show synchronization?

1212


Why is actionform a base class rather than an interface?

1117


What are the different methods of identifying an object?

1137


Which containers use a border layout as their default layout?

1208


Explain how will the struts know which action class to call when you submit a form?

1015


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

1159


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

1126


What is a sessionfactory? Is it a thread-safe object?

1267


What is difference between object state and behavior?

1154


how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.

2289


Is the ternary operator written x : y ? Z or x ? Y : z ?

1164


Difference between loadclass and class.forname?

1099