1.Please let me know about what the static keyword means.
2.Is it possiblle to define the static and write its method inside it such as
static {
some implementations ;
}
3.Also where does the control goes when java compiler encounters the word static ? when do we actually use static keyword.
2.Is it possiblle to define the static and write its method inside it such as
static {
some implementations ;
}
3.Also where does the control goes when java compiler encounters the word static ? when do we actually use static keyword.
Comment