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

Posted on by