Software
Static Data in Java
Static data is the data declare using ‘static’ keyword. The static data creates a single copy for the class which will be share by all the objects of that class is know as Static Data in Java.
Static data is the data declare using ‘static’ keyword. The static data creates a single copy for the class which will be share by all the objects of that class is know as Static Data in Java.