what is the difference between static and


What is the difference between static and non-static variables?

A static variable is associated with the class as a whole rather than with specific instances of a class. Non-static variables take on specific values with each object instance.

 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: what is the difference between static and
Reference No:- TGS0310995

Expected delivery within 24 Hours