How many objects are created in the below code...????
String s="abc"; String s1=new String("def");
1 Object
2 Objects
3 Objects
4 Objects