Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Basic Concept of Java

Static keyword

  • A single copy of the variable is made and shared by all objects at the class level when a variable is specified as static.