This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I came across this question in one of the mock exams, but I feel the answer must change for the newer version of SCJP (JDK 1.4 and newer).
and the answer is given as
abcd
But as of JDK 1.4 stop() is deprecated method. So given the above question should the answer be acd ?
Thanks! [ February 11, 2006: Message edited by: PraveenPonna ]
scjp1.4
Keith Lynn
Ranch Hand
Joined: Feb 07, 2005
Posts: 2341
posted
0
stop is a deprecated method, but notice that the question asks which of these methods may stop a thread from executing instead of asking which of these methods will stop a thread from executing. Even if a method is deprecated, it may still work. [ February 11, 2006: Message edited by: Keith Lynn ]
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.