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...

In Inheritence concept, i have a static method in super
class and i am inheriting that class to one sub class.in
that case the static method is inherited to sub class or
not????

Answer Posted / venkat

In java supporting for the static overriding concept but
the values are static values(means entire application values
will come one type).

ex:
class A
{
public static void test()
{

}
}
class B extends A
{
public static void test()
{

}
}

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is string in java? String is a data type?

1016


Is it possible to use string in the switch case?

1041


What is object english?

1059


When is the arraystoreexception thrown?

1020


What advantage do java's layout managers provide over traditional windowing systems?

952


How does compareto work in java?

1037


How to sort an array from smallest to largest java?

982


What is one third plus one third as a fraction?

932


Can we override private methods?

1035


What is array in java?

1001


Is string is a data type in java?

1058


Which class is the superclass for all the classes?

1021


what is an objects lock and which objects have locks? : Java thread

1017


What is java thread dump, how can we get java thread dump of a program?

996


What is string and example?

1034