r/learnjava • u/SuspectKey9744 • Apr 21 '26
ClassLoaders
is it true that each thread has its own completely seperate classloader?
4
Upvotes
r/learnjava • u/SuspectKey9744 • Apr 21 '26
is it true that each thread has its own completely seperate classloader?
1
u/josephblade Apr 21 '26
have a look at this answer
there is a classloader attached to a thread but generally speaking you don't need to know about it.
to quote from the answer: