How many objects will be created in the following?
String a = new String("sookshmas");
String b = new String("sookshmas");
Strinc c = "sookshmas";
String d = "sookshmas";

Posted on by