Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

Static Keyword

//Static Keyword
The static keyword in Java is used for memory management mainly. We can apply java static keyword with variables, methods, blocks and nested class. The static keyword belongs to the class than an instance of the class. 

The static can be:

Variable (also known as a class variable)
Method (also known as a class method)
Block
Nested class
Source by sites.google.com #
 
PREVIOUS NEXT
Tagged: #Static #Keyword
ADD COMMENT
Topic
Name
4+2 =