Predict the output of this Java output

public class Sookshmas{
public static void main(String[] args) {
String s1="Beyond knowing";
System.out.println("Sookshmas " +s1);
}
}

Posted on by