deepak1

Greenhorn
+ Follow
since Feb 02, 2001
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 deepak1

Good Score padama congrats...
i m taking the exam on 24th feb ..
give me some useful tips...
deepak

Originally posted by padma wundavalli:
Hi,
yesterday I passed SCJP with 89%. I used the Robert Heller book. I have about 4 years of vb programming experience. No oo exp. Learnt java as self study. Prepared for a month for exam. The sites www.javaprepare.com and www.javaranch.com are very helpful. I have gone thru Marcus Green's notes, his exams, Mr. Vel's notes and about 20 mock exams. I just baought the JQPlus one week ago and did all the exams only once. But learnt a lot from them. I got lot of questions from it. File I/o is the one topic I was always confused and I think I lost in that only.
Thank you for all.
Padma



------------------
23 years ago
congrats John!!
Nice Score..
I am taking the exam on 24th Feb...
Give me some useful final tips..
deepak gupta
deepak_gupt_99@yahoo.com
------------------
23 years ago

Originally posted by Wasim Ahmed:
Folks, Which method would not effect the excution of the current thread if applied? sleep(), run(), wait(), notify/notifyall(), exiting from the Synchronized code/method.


Hi
i think answer is "none"
cauz it says "exiting from the Synchronized code/method"
As i think it means that thread will not execute any code after calling above functions but it will, wait() and sleep() will cause it to be in waiting state only.It will start execution (not guarantee since platform dependent) whenever it is in running state.
I may be wrong:-)
deepak
[This message has been edited by deepak1 (edited February 02, 2001).]

Hi
I am not satisfied with the second option .
"The thread's wait() method was invoked."
since wait() method is defined in the object class.So how can a thread's wait() method can be invoked. What i meant that the statement should be like that ..
"The wait() method is called."
thanks
deepak
23 years ago