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 is static variable and static method?

Answer Posted / jai

One Copy of Static variable will be shared by multiple
instances.Static method can be called by the Class itself
without creating any instance where as the non static
methods cannot be called without the help of instances.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why doesn't the java library use a randomized version of quicksort?

1031


Differences between external iteration and internal iteration?

1210


What is scope & storage allocation of static, local and register variables? Explain with an example.

1048


What do you mean by synchronized non access modifier?

1045


Write a program to calculate factorial in java?

1051


What is the difference between path and classpath variables?

1096


Can we create a class inside a class in java?

1145


What is the reason behind using constructors and destructors?

1105


What are the three parts of a lambda expression? What is the type of lambda expression?

1080


What is string builder?

946


Why arraylist is not synchronized in java example?

1114


What is concurrent hashmap and its features?

1156


Why is String immutable?

1113


What are the major advantages of internal iteration over external iteration?

1104


What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?

2549