S
S
ssrdop2015-12-18 10:40:49
Java
ssrdop, 2015-12-18 10:40:49

Multithreaded java programming, are there any books?

Hello. I'm learning java from books. The topic of multithreading in them can take no more than a hundred pages, although the topic is wider. Are there books specifically written on this topic, perhaps also for the java language?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nirvimel, 2015-12-18
@ssrdop

Multithreading is well considered by Bruce Eckel, for example.
If you are interested in the means of the standard library (the classic approach to multithreading), then 100 pages is enough, I think.
If you are interested in alternative approaches, such as actors, promise / future and stm, then there are separate libraries for this. Each library has its own documentation, books are also written on specific libraries, while they do not say the words "multithreading under java", but name a specific library.
Another comparison reviewvarious books on multithreading in java. But personally I haven't read any of them, just reading the sources of the standard library (excellently documented) plus a general understanding of the architecture of the hardware platform and the virtual machine, gives the best result in practice.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question