Description:
String s1="Welcome"; String s2="Welcome"; String s3="Welcome";
Solution:
Only one object will be created using the above code because strings in Java are immutable.
Credit: 3675