| Author |
JAVA API's Thread Safe?
|
noel angel
Ranch Hand
Joined: Oct 27, 2002
Posts: 75
|
|
Hi all, Is it safe to assume that JAVA API's are thread safe? JAXP for example, are any of the stabdard api's not thread safe? Thanks, Noel
|
 |
David Weitzman
Ranch Hand
Joined: Jul 27, 2001
Posts: 1365
|
|
|
Most standard libraries (or third party libraries for that matter) are not thread safe. Any library which is threadsafe will almost certainly state that fact explicitly in its javadocs.
|
 |
 |
|
|
subject: JAVA API's Thread Safe?
|
|
|