Wednesday, 18 September 2013

String s = "a" "b" "c"; Can anyone tell for this statement how many object will be created

String s = "a" "b" "c"; Can anyone tell for this statement how many object
will be created

String s = "a" + "b" + "c";
I want to know how many object will be create for this statement.

No comments:

Post a Comment