hi there
I have a homework that asks me to uncover bug/bugs that compiler cant
find!
and the code is:
public class StringTest {
public static void main(String[] args) {
String s1 = new String ("String one");
String s2 = "String two";
String s3 = "String " + "three";
}
}
help me if you can uncover!
thanks