mana

Greenhorn
+ Follow
since Oct 15, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by mana

hi friends,
In the foll. code
1.StringBuffer sb1 = new StringBuffer("Amit");
2.StringBuffer sb2= new StringBuffer("Amit");
3.String ss1 = "Amit";
4.System.out.println(sb1==sb2);
5.System.out.println(sb1.equals(sb2));
6.System.out.println(sb1.equals(ss1));
7.System.out.println("Poddar".substring(3));
shouldn't the 6th line give compile error as equals method is not overriden in stringbuffer class.can anybody please explain.
thanks,
mana
hi anonymous,
Congratulations on your great success.You must have worked hard for this.You really inspired me.Iam also planning to appear for the exam next month.Could you please send me your email so that I can get some helpful tips from you or you could mail me at
mana2504@yahoo.com
mana
Hi Anil,
Please send the tutorial to me ,as Iam also planning to appear for the exam in oct
Mana
Iam planning to appear for SCJP by 2nd week of Oct.Can anybody tell me about jyoti's notes and sai ram's faq.I will be really thankfull.