-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
@youngboyvip
Description
public class HelloWorld {
public static void main(String []args) {
String s3 = new String("1") + new String("1"); s3.intern(); String s4 = "11"; System.out.println(s3 == s4);
}
}
Metadata
Metadata
Assignees
Labels
No labels