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

Why Static variable required in java?For ex,class A
{
static int a;
int b;
}
Why static is required?

Answer Posted / aswini

Without using instance of the class means no need to use the class object to call static variable insted directly use the classname to use the static variable.moreover ,only one copy of static varible avaible to use all the classes.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is internal iteration in java se 8?

1258


If an application has multiple classes in it, is it okay to have a main method in more than one class?

1061


Can we nested try statements in java?

1146


What is the maximum size of arraylist in java?

1062


What are the core java topics?

1105


List the three steps for creating an object for a class?

1014


What is command line used for?

1137


What is difference between char array and string?

1179


Tell me are there implementations for sorting and searching in the java libarary?

1085


How many types of voids are there?

1023


Can we extend immutable class?

1037


Give few difference between constructor and method?

1023


List the interfaces which extends collection interface?

998


how to deploy tomcatserver to weblogic server? write d following steps?

2006


What do you mean by constant time complexity?

1339