Hi members of stackoverflow, Here is a small question related to the actual value of "class load time".
For example, the following code:
public class Sequence {
Sequence() {
System.out.print("c ");
}
{
System.out.print("y ");
}
public static void main(String[] args) {
System.out.println("Indeed");
new Sequence().go();
}
void go() {
System.out.print("g ");
}
static { System.out.println("x "); }
}
"x", , " ".
, , ? , , , , "".
- ? , , , ( ) , , , " ".
.