programming-notes
8.3.1.2.
final
Fields
8.6. Instance Initializers
// Instance initializer
{
System
.
out
.
println
(
"I'm code block"
);
}