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


Differentiate storage classes on the basis of their scope?



Differentiate storage classes on the basis of their scope?..

Answer / Sanjeev Kumar

Storage classes in Java determine the lifetime, visibility, and accessibility of variables. Here's a comparison between their scopes:n1. Variables declared within a method are local variables and have block scope.n2. Static variables have class scope; they exist as long as the class exists.n3. Instance variables (without the static modifier) have instance scope; they exist for each object created from the class.n4. final variables are declared at the field level and have class scope, but their values cannot be changed after assignment.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are the elements of java?

1 Answers  


What is unicode?

1 Answers  


What are facelets templates?

1 Answers  


What are singleton services?

1 Answers  


Is binary a low level language?

1 Answers  


How can you traverse a linked list in java?

1 Answers  


Does substring create a new object?

1 Answers  


Can we execute a program without main?

1 Answers  


Can a boolean be null java?

1 Answers  


What do u mean by method and also contructer in java ?

3 Answers  


What is the differenc between Enemuration interface and iterator interface according to accessing?

4 Answers  


Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..

1 Answers  


Categories