What will be the output?
public class A
{
void A()
{
System.out.println("Class A");
}
public static void main(String[] args)
{
new A();
}
}


Posted on by