Find the following output?
String a = new String("sookshmas ");
String b = new String("sookshmas");
Strinc c = "sookshmas ";
String d = "sookshmas ";

Posted on by