saritha cheler

Greenhorn
+ Follow
since Nov 15, 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 saritha cheler

1. public class PrimitiveReferences{
2. public static void main(String args[]){
3. int[] muValue = {1};
4. modifyIt(myValue);
5. System.out.println("myValue contians" + myValue[0]);
6. }
7. public static void modifyIt(int[] value){
8. value[0]++;
9. }
10.}

At line 5 it prints 2. How can it be possible when the incrementation of the value is till that method. It should print 1 at line 5. Can anybody explain this y it prints 2 at line 5.
1. public class PrimitiveReferences{
2. public static void main(String args[]){
3. int[] muValue = {1};
4. modifyIt(myValue);
5. System.out.println("myValue contians" + myValue[0]);
6. }
7. public static void modifyIt(int[] value){
8. value[0]++;
9. }
10.}

At line 5 it prints 2. How can it be possible when the incrementation of the value is till that method. It should print 1 at line 5. Can anybody explain this y it prints 2 at line 5.

------------------
thanks
saritha.
Hello all ,
I heard about khalid mughal's book, is really good for IO ,is there any web site. If there is any exam site of khalid pleeeeease let me know.

Thanks
saritha
hello all,
Try to compile & excute a class where main is declared as private,protected or final public , it will complie & execute Can anybody tell me the reason why??
Thanx Vijay for the information about the latest eam pattern. I will consider yr suggestions regarding the exam.

Originally posted by VIJAYKUMAR VADDEM:
HAI SARITHA
I HAD JUST PASSED MY EXAM WITH 80%
THE EXAM PATTERN IS VERY SIMPLE BUT NOT SO EASY
YOU HAVE TO BE VERY CAREFUL WHILE ANSWERING THE QUESTIONS
AS COMPARED TO THE PREVIOUS MODEL THIS PAPER IS MORE CODE ORIENTED...
BUT IT DOESN'T MEAN THAT ALL THE QUESTIONS ARE OF CODE AND OF 40-50 LINES OF CODE...NO NOT AT ALL
PEOPLE ARE CONSIDERING A SMALL "FOR LOOP" OR AN "IF ELSE" STATEMENT
AS A CODE WHICH IS NOT SO

MOST OF THE QUESTIONS I HAD RECEIVED WAS OF FEW LINES OF CODE
AND ONLY 5 TO 6 QUESTIONS WERE OF 40-50 LINES BUT THESE TYPE QUESTIONS HAD SOME SILLY MISTAKES LIKE PASSING PARAMETERS INTO
A RUN METHOD OF RUNNABLE INTERFACE....
IF YOU WANT ACTUAL QUESTIONS,ANY SUGGESTIONS,MATERIAL PLEASE
MAIL ME TO VIJJU_KUMAR@USA.NET
JUST RELAX
STICK TO BASICS
ALL THE BEST


hai Harpreet,
Can u alos send me the notes pleeaaasseee at this a/c "talk2sari@yahoo.com".

Originally posted by harpreetsingh:
hey I have got it from one of my friend I will mail u as soon as possible.
ok its a must for your preparation.


Hai Harpreet,
Can u send me the notes pleeessee at "talk2sari@yahoo.com".

Originally posted by harpreetsingh:
hey I have got it from one of my friend I will mail u as soon as possible.
ok its a must for your preparation.


Originally posted by Rajiv Ranjan:
Hey Saritha,
Check this link........
http://www.jchq.net/tutorial/BitShift.htm
Hope this helps.....


thanx Rajiv!!
Hello all ,
Can anybody tell me how the bit shifting occurs. "<<",">>", ">>>" what does each one do, how does it work??
------------------
thanks
saritha.
Congrats sagar!! Its a grrreatt score!! How did u study to get such a score. Can u suggest some notes ,sites for the exam??

Originally posted by Sagar Sharma:
Dear Members,
Thank you for the support that u have given me. Interacting on this site did do wonders for me.
I did the following:
1) RHE (thoroughly)
2) API Documentation of important classes and Interfaces like Object, String, Math, Thread, Output/InputStream, Runnable, Serializable, List,Collection, Set, Map, AWTEvent, Adaptor Classes, Wrapper Classes etc.
3) Took part in javaranch's saloon almost daily.
4) Wrote code (about 100 codes)
5) JLS
6) Anil Bachi tutorial

I would also like to thank the moderators for their prompt assisstance.
About the exam....
1) Faced 4 questions with more than 20 lines of code but was still able to complete the test in 60 minutes.
2) java.util.Collection is where I floundered. I suggest going through 'Thinking in Java" for this topic atleast.
3) AWT was very easy and manageable.
4) got only 3 questions on thread.
5) Exception Handling was tough but i managed it.
6) certain questions were asked on operators/assignments which were tricky and involved a deep understanding of java fundamentals.
BOTTOMLINE.....Get ur fundas (Java Language Fundamentals...) in place and u would be able to pass out atleast.!!!1

All the best to all of you.

Bye
Cheers

Sagar Sharma


23 years ago

Originally posted by Gregg Dale:
Yesterday, I passed the exam on my first try. I don't think I could have done it without the resources on this site (especially the Rules Roundup). Thanks a million.


Congrats Gregg!!How was the exam,was it too tough?? I am planning to write in a week, how should I do my last minute study??
23 years ago
Hai everybody,
Can anyone tell me about the new exam pattern.Are the questions more code oriented, if so how long would be the code??Do they ask thoery based questions?? Can u suggest me some sites?
Are the question tricky or direct??
I am bit scared about the exam,if u can please help me it would be very kind of u.
thanx
saritha.

------------------
thanks
saritha.
CONGRATS!! Velmurugan on your achievment.
I am planning to write the exam in a week r two coould you please help me. If you have any notes can u please forward it to me at this a/c "talk2sari@yahoo.com".

Originally posted by Velmurugan Periasamy:
I passed the SCJP exam yesterday with 96%
Thanks to all the people who spent a lot of time and effort putting useful information regarding certification process.
Thank you all.
Exam was not super-tough or super-easy. It was intermediate. It was good. Some questions were straight. Lot of them wanted you to think thru the concepts well. Some were real tricky and needed you go thru the steps in a working sheet. All of them needed careful study of the question and the code exhibit.
I had one type in answer question (regarding String functions)
5 or 6 q's in java.io. Most of them related to File Streams.
3,4 in java.util. Most of them straight questions. 3,4 in awt.
5 or so in threads. Some of them trickier. I missed one question in threads. Another one I missed was in operators & assignments section. Those questions also were tricky. for loops and lot of operators involved. I don't know which one I missed.
I studied KAM/Rasmussen(great), RHE(very nice), BB's Exam Cram. Went thru Sun's, Marcus green's, Jyothi's tutorials and JLS. Referred Dylan Walsh's study notes. Wrote lot of small programs. Did lot of Mock exams.(JQPlus,Marcus Green, Jaworski, Jxam, Jargon and Applied Reasoning are the ones I liked) Maha Anna's page pointed to lot of mock exams.
After all the efforts, I'm very happy now seeing the result.
Again, Thanks for the modertors of JavaRanch to have such a nice forum. (Your round-up game is really good).
Best wishes to all of you in all your efforts.



[This message has been edited by saritha cheler (edited November 15, 2000).]
23 years ago