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

What are the limitations for static method?

Answer Posted / vijayakumar chinnasamy

Static Method:
a. Access only static type data (static type instance
variable).
b. Call only static method ,if non-static then compile
time error.
c.No need the class object to call the static method.
d.Cant use this and super keyword otherwise compile time
error.

Is This Answer Correct ?    50 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Enlist few advantages of inheritance?

1125


How is java hashmap implemented?

1073


Which is bigger float or double?

1021


What is the old name of java?

1036


How does hashset works in java?

1130


What is the main purpose of serialization in java?

1089


Differentiate between vector and array list.

1112


How do you ensure that n threads can access n resources without deadlock?

1353


What is flush () in java?

1064


How do I remove a character from a string in java?

1002


Explain importance of inheritance in java?

1075


Explain about automatic type conversion in java?

1085


What is the largest data type in java?

1014


What is a native method in java programming?

1105


Which sorting algorithm is in place?

1014