Predict the output:


public class Sookshmas
{
public static void main(String args[])
{
char chars[] = {'s', 'o', 'k'};
String sc = new String(chars);
System.out.println(sc);
}
}


Posted on by