Saranyan Narayanan

Ranch Hand
+ Follow
since Mar 12, 2003
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 Saranyan Narayanan

When there is knowledge level similar in pairs then it is fair to say it will work , for instance , if two senior Engineers sit together they could make sure that the code is discussed and then done.

If there is one of the engineers in the pair who needs to lead all the time because of experience , it is hand holding not pair programming
I would like a case for Waterfall and other SDLC models , and see whether the Agile Process actually can be fit in somewhere or all practices under agile must go together.
For instance till design we iterate with Agile and then do waterfall to deliver.

Let me know your thoughts please
Hi all,

I am pallning to prepare for SCEA Part I , I would like to know the J2EE Version for this.

1) For apis
2) to Understand the context of Questions asked for this exam.

Also can you mention about books and resources to use for initial prep , and then for the exam itself.

Thanks in Advance for an Answer
Regards,
Saranyan Narayanan
Hi ,

I want to develop a complete application based on PDA's .

Any ideas/thoughts from java perspective?

Regards,
Saranyan
18 years ago
Hi,

Just finished my SCJP 1.4.

Let me know is there any version number for SCWCD also?

Regards,
Saranyan
thats really cool dude Congrats :-)
18 years ago
Thanks.

For people who have a job and need to schedule themselves..
1) do not work in nights more than .5 hrs to 1 hr on java
2) Plan ur weekends for minimum 4hrs continuous sttudies
3) Take all of Dan's mocks and all mocks mentioned in this site's FAQ's.

Contact me if you need help /you need Java knowledge
18 years ago
Friends,

I think the best way to prepare is to study first , take mocks and do revisions.

For mocks you can refer to this site faq.

Initially before studying , I was getting 49-50% right.

After studying khalid mughal once , I took K&B book and studied that once.

In the mean time , per week , I took 2 mocks on saturdays, at times when questions per mock were less I took 4.

go through this --> http://www.javaranch.com/certfaq.jsp

Also go through the two minute drills and the rules round up game mentioned in URL above
18 years ago
check out this site and www.danchisholm.net , take as much mocks as possible but first read books

1) Khalid mughal
2) K&B book , kathy sierra and bert bates.

See the SCJP 1.4 forum regularly for posts
18 years ago
Can someone guide me for further certifications?
18 years ago
Friends,

I must thank this site and all people( Maha anna's list) and many posts and their replies for scoring good.

I read Khalid Mughal
I used K&B for reading and revisions.

Regards,
Saranyan
18 years ago
Joe,
Venkat is probably asking , can a sample program show me how to use String buffer method insert()
Random numbers can be from 0.0 to 1.0 , 1.0 not inclusive

Hence a set of random numbers would be displayed beween 1 - 9 in value , depending on ur number of iterations
With Strings every single operation which is acting on it with an assignment creates a new String object which is trashed, post assignment

For instance in your example

When the final x+ y happens a new string is created assigned and discarded
Are you talking of the self tests at end of eachc chapter or Master Exams?