Tag: web technology
Questions Related to web technology
A static variable is associated with the class as a whole rather than with specific instances of a class.Non-static variables take on unique values with each object instance.
Garbage collection guarantee that a program will not run out of memory.