Saturday, 14 October 2017

JAVA : STATIC

JAVA : STATIC

static is a non-access modifier in Java which is applicable for the following:
  1. variables
  2. blocks
  3. methods
  4. nested classes




No comments:

Post a Comment