if you use a static loop
the contents in that loop are readed when object create that class
the contents in that loop are readed when object create that class
static
{
Sustem.out.println("sujaiganesh");
}
I'm in the static block I'm in the main method
Comment