How do I handle this (although I doubt I would need to for the
SCJD exam), but how do I handle this anyways?
Thread "A" Locks record 1.
Thread "B" tryies to lock record 1, but must wait()
Thread "A" dies a horrible, agonizing death.
How does "B" figure out thread "A" is dead?
How does the server figure out "A" is dead and unlock the record?
By the way, do I need to handle this on the SCJD exam?