ThreadLocal

suggest change

Remarks

Best used for objects which depend on internals during invoking a call, but are stateless otherwise, like SimpleDateFormat, Marshaller

For Random ThreadLocal usage, consider using ThreadLocalRandom

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents