DEV Community

Discussion on: what are the java threading issues? how to reproduce them?

Collapse
 
jamesmh profile image
James Hickey

I think you really need to understand how threads work (in general), concurrency theory, etc.

Multi-threading is hard 😜

I would focus on the theory and not necessarily Java in particular. Once you've got that down then start applying it to Java?

Collapse
 
dneutr0n profile image
dneutr0n

Thanks ,Yes theory ll be very helpful