All Activity
veladitya's Activity
rukawa
@rukawa (3)
• China
11 Aug 07
I hava just decided to learn java recently.But I don't know how to start .Can somebody help me please?
8 responses
LilyoftheThorns
@LilyoftheThorns (12918)
• United States
16 Aug 07
Everyone must know the Numa Numa song by now, especially if you use youtube! lol. Well, I found my favorite version of it! Check it out and let me know what you think. Share your favorite parts of it if you have any...I LOVE it...
3 responses
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
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