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

Why enumeration is faster than iterator?

986


how come we know the object is no more used in the class?

6549


What are the types of exceptions?

1104


Explain the concept of hashtables?

1216


Write the algorithm to check the number non-leaf nodes in a tree.

1119


What is a super method?

1017


Why do we use regex?

1071


What is constructor and virtual function? Can we call a virtual function in a constructor?

1182


What is better- service oriented or batch oriented solutions?

2293


What are the library functions in java?

1095


What is difference between protected and private?

1139


List out five keywords related to exception handling ?

1055


What are the two types of streams offered by java 8?

977


What is the use of static class?

1274


What is threaded programming and when is it used? : Java thread

1109