SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Java Interview

» Start this Course
(Practice similar questions for free)
Question:

It's in a fixed position in memory and its impossible for it to be instanced like with non-static fields, class or methods. the static variable can be used to refer to the common property of all objects (i.e. not unique for each object). Its good to use static to make your program more memory efficent.

Author: Jerry Mathew



Answer:

Static


0 / 5  (0 ratings)

1 answer(s) in total