Shreepad Joshi

Greenhorn
+ Follow
since Jan 27, 2006
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 Shreepad Joshi

Congrats...

That's A Great Score

Shreepad Joshi
SCJP 95%
Hi All

I am preparing SCWCD 1.4 exam.I want to evaluate myself chapter wise.
So please let me know if there is any link for the mock exams(chapter wise).
:roll:

Thanks.
Congratulations....

Can u send me "Dumb questions" that u used....
Congratulations...

What next SCBCD ?
Thanks guys..
I Got my voucher for 5900/- from NIIT (Arora Towers-Pune)
Thanks Vivek,

i got the .pdf


Shreepad Joshi
SCJP 1.4 (95%)
SCWCD 1.4 ( preparing )
[ April 28, 2006: Message edited by: Shreepad Joshi ]
Useing String.intern() method,

String S2 = "S1";
String S1 = new String("S1");

will same as

String S1 = "S1";
String S2 = "S1";

When the intern method is invoked, if the pool already contains a string equal to this String object as determined by the equals(Object) method, then the string from the pool is returned. Otherwise, this String object is added to the pool and a reference to this String object is returned.

I am working on this if I found any thing more then I will mail u about that