ranikkarasu mano

Greenhorn
+ Follow
since Nov 07, 2005
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 ranikkarasu mano

== operator checks if both object references refer to the same memory location eg: if (a==b) it means it verifies whether both a and b refer to the same location in memory.

equals() if for content comparison.
The first sample program object argument is overloaded by String object. So when you pass null as a parameter it calls String object method.

In sample2 It has Stringbuffer parameter and String object parameter. The null parameter has matched with two methods. So it confused. That's a reason it gives "method is ambiguous" error.
Can anybody tell which book is best for preparing SCBCD5?

Thanks in Advance
Thanks Christophe Verre.

I registered it.
Thanks Christophe Verre.

I registered it.
I want to register Marcus Green Mock Exams page.

Can anyone send me that link?

Thanks
Ranikkarasu m
Congrats Ravi.

I think I'm going to buy the book and the simulator too.

[Christophe : do not ask for illegal material]
[ August 21, 2007: Message edited by: Christophe Verre ]