Rupesh Khandelwal

Greenhorn
+ Follow
since May 25, 2006
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 Rupesh Khandelwal

Hi All,

I am also preparing for SCJP 1.5 for simple reasons

1. Its the best way to learn new features added to java
2. Exam moves from cramming to understanding of concepts which suits me well
3. Regular Expression is one nice reason to go for TIGER, thats gonna be one of the best things I would learn while preparing for 1.5

Lets go for TIGER.
Rupesh K
Quoting from Certification Study Guide from Simon Roberts and Philip Heller:

" The finally block�s code is guaranteed to execute in nearly all circumstances. If the block throws its own exception, execution jumps to the corresponding exception handler, and so the finally block doesn�t run to completion. Aside from that it almost takes a catastrophe to prevent
a finally block from running to completion. Here�s what it takes:
The death of the current thread
Execution of System.exit()
Turning off the computer "

I need to understand how can a thread die all of a sudden?

Take Care