English, asked by rn2179746, 1 month ago

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

Answers

Answered by akc181
0

Answer:

"john".equals(" John ");

Similar questions