The question is as follows:


class A{
final static int a=10;
final static void call()
{
System.out.println("two");
}
static{