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 / qaisarayub

static variables are classes variables not instance
variables .They are instantianted only once for a
class.They are initialised at class load time.
Static method can be referenced with the name of the name
of the particular object of that class. That's how the
library methods like System.out.println works.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What type of variable is error flag?

1125


In case of inheritance what is the execution order of constructor and destructor?

1183


What is the basic concept of java?

1066


What is boolean strategy?

1176


Can a static method be overridden in java?

1057


What does three dots mean in java?

1193


What is the difference between stream and buffer?

1018


What is multithreading and its advantages?

1126


Which method must be implemented by all threads?

1318


What is the importance of main method in Java?

1095


What are the legal operands of the instanceof operator?

1078


Can we use a switch statement with strings?

1105


What is definition and declaration?

1063


What is meant by binding in rmi?

1066


What is data type in computer?

999