Help me with debuging this please!
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
8-x
Re: Help me with debuging this please!
So you want us to do your homework for you?
What kind of "bugs" are you supposed to find?
Re: Help me with debuging this please!
And please do not post the same thing more than once to the forums. Your other post has been removed