S
Sathyaish
Sorry, I haven't been reading any book on Java lately for paucity of
time. Please educate me on this simple issue. What's this construct?
static
{
/* some code */
}
What's it called?
What does it do? I can guess that it declares a section of code as
static, as in class specific rather than instance specific, but I am
not sure. Secondly, what is the implication of having such a construct?
time. Please educate me on this simple issue. What's this construct?
static
{
/* some code */
}
What's it called?
What does it do? I can guess that it declares a section of code as
static, as in class specific rather than instance specific, but I am
not sure. Secondly, what is the implication of having such a construct?