What is the result of executing the following code segment:
String a = "test";
String b = a;
if (a.equals(b))
System.out.println("equal");
![]() |
What is the result of executing the following code segment:
String a = "test";
String b = a;
if (a.equals(b))
System.out.println("equal");
| All times are GMT -7. The time now is 01:33 PM. |