What is the output of the following code?
public class sookshmas
{
sook()
{
System.out.println("java");
}
void sookshmas()
{
System.out.println("sookshmas");
}
public static void main(String args[])
{
sookshmas s=new sookshmas();
s.sook();
}
}


Posted on by