Priya R

Greenhorn
+ Follow
since Oct 27, 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 Priya R

Congratulations, Madan!
23 years ago
hi,
just yesterday I the cleared the exam with 86%. I have no programming experience whatsoever, but started learning java 4 months back it's just hard work and lot of hands on practice.
For all others out there i would like to say that the exam is not very hard you just need to be very carefull and try answering them correctly the first time only you may not have time to go through all the question. I found the time too short i hardly had 10 minutes.
Questions on threads were with long codes mostly dealing with synchronization, wait and notify.
IO questions were quite simple, know your constructors well.
learn the in and out of innerclasses,anonymous class etc.
learn the methods of Math class,like their return type,
String and StringBuffer with regards to( == and .equals )methods.
for loops understand througly the use of break with lables and continue, difference between post and pre ++ operators
lots of question were on overriding
on the whole the codes were not very long except few of them so don't worry.
practice lot of mock exam and target your time to complete in 45min to 1 hour this will help you to answer questions faster in the exam.
last but not the least go through the sun's sample question belive me it helps to answer couple of question
My heartfelt thanks to javaranch, this site is really good and it helped me a lot discussions in maha page is great she has explained the concept very well. Don't take anything for granted type out and find the answer yourself explore and have fun
best of luck!
Priya

Hi,
I got this question from one of the monk exam and have a doubt.
How many String objects are created when we run the following code.
String s1,s2,s3,s4;
s1 = "Hello";
s2 = s1;
s3 = s2 + "Pal";
s4 = s3;

I think 2 object but the answer given is 3 object. I compiled and tested (if s4 == s3) after assignment it returned true. Could any one help me understand this?
thanks
Could you please include me in your mailing list..My mail id is priyap@dellnet.com
Thanks.