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 the difference between static and non-static
variables?

Answer Posted / sandhya reddy

Static Variables are loading when class is loading to the JVM.

Non-Static Variables are loading only when an object is
creating for the particular class.Non- Static variables
can't use inside Static Methods untill and unless creating
an object of that class.with the object reference only we
can asle to use Non-static variables inside Static methods,
But inside Non-Static methods we able to use static
variables without creating any object.

Is This Answer Correct ?    11 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a static member function access member variable of an object?

964


What is a key in java?

939


What are the supported platforms by java programming language?

1011


What is proper subset?

927


What is mean by collections in java?

1100


Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?

1032


What is locale?

985


What will be the default values of all the elements of an array defined as an instance variable?

995


Is simpledateformat safe to use in the multithreaded program?

957


what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent

2117


Are true and false keywords?

983


Can a static class implement an interface?

1066


What is regex in java?

911


What are different types of states exist for a thread?

970


Why unicode is important?

900