Description:
String s = new String("Welcome");
Solution:
Two objects, one in string constant pool and other in non-pool(heap)
Credit: 3675