How many objects are created in the below code...????
String s="abc";
String s1=new String("def");
Reveal answer
Fill a bubble to check yourself
How many objects are created in the below code...????
String s="abc";
String s1=new String("def");