Ravi Kanth

Greenhorn
+ Follow
since Mar 29, 2007
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 Ravi Kanth

If this

was

then will return as string objects reside in a pool. When ever a string object is to be created, string pool is checked for an existing object of same value, if exists the reference is assigned to existing object else a new object will be created and the reference assigned.

P.S. Please correct if something is wrong.