-
In case of Multithreding if exception arises in one thread what will be the state of
Hi all,
In case of multithreading if an exception arised in one thread what will be the state of the other threads and the thread in which the exception arised.
thanks,
raj
-
Unless the Exception causes a data object to become corrupt which is used in multiple threads (like a queue for example) Exceptions shouold noit influence other threads that the one they occur in.
The state of the other threads therefor should not change. The state of the current thread where the exception occurs depends on the kind of exception and how you handle it.
Similar Threads
-
By jjamesis in forum Java
Replies: 4
Last Post: 04-02-2007, 05:37 PM
-
By Dark Rain in forum Java
Replies: 8
Last Post: 09-30-2005, 06:42 PM
-
By VanDam in forum Database
Replies: 0
Last Post: 07-09-2005, 04:18 AM
-
Replies: 0
Last Post: 02-11-2003, 02:10 AM
-
By Yoel Martinez in forum VB Classic
Replies: 1
Last Post: 12-12-2000, 04:17 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|