j2ee
Tagged Discussions
Manojknair
@Manojknair (603)
• India
25 Sep 08
My friends ask me this question : I was working as a software developer. For sometime now i am not in touch with with development because of my new role. i am doing this job from last three yers. and its not my cup of tea. i want...
2 responses •
1 person
veladitya
@veladitya (82)
• India
1 Aug 07
String s1=new String("abc")
String s2=new String("abc")
String s3="abc";
String s4="abc";
wht is output when
s1=s2;
s2=s3;
s3=s4;
s4=s1;
4 responses •
1 person
