posted 17 years ago
Hi
I hapen to see code like this:
----------------------
static {
if (MyActionForm.getMyStaticField() == null){
MyActionForm.setMyStaticField("Mountain");
}
}
----------------------
This code is inside a class where all variables are declared.
Can any one tell me if this is a method or some thing else?
Thanks