6: Which of the following return true
3457435387
“john”
==
new String(“john”);
“john”.equals(“john”);

6: Which of the following return true
3457435387
“john”
==
new String(“john”);
“john”.equals(“john”);
“john” = “john”;
“john”.equals(new Button(“john”));​

About the author
Autumn

1 thought on “6: Which of the following return true<br />3457435387<br />“john”<br />==<br />new String(“john”);<br />“john”.equals(“john”);<br”

Leave a Reply to Amaya Cancel reply