D
D
Dmitry2022-01-21 18:01:44
Java
Dmitry, 2022-01-21 18:01:44

Is there an analogue of Richter's CLR via C# in the Java world?

I took some popular books on Java - two volumes of Horstmann, "Java: Efficient Programming", looked at the table of contents and they are all essentially about syntax. And I would like to know if there is any sensible book on the device of the platform. That is, what is the Java virtual machine (for example, CLR is a COM application), what does the source code turn into after compilation, and how its execution is technically arranged. In general, an analogue of Richter's pink book, only for Java. It won’t tell anything to Javasts, for this I wrote approximately what I expect from the book, but maybe there will be switches from the dotnet, who will understand better what I would like to read in such a book.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikolay Savelyev, 2022-01-21
@AgentSmith

Java: A Beginner's Guide. Author: Herbert Schildt
Effective Java. Author: Joshua Bloch.
clean code.
Thinking in Java.

A
AlexHell, 2022-01-31
@AlexHell

I won’t give up the book, but I recommend articles and videos
https://shipilev.net/
https://www.youtube.com/watch?v=iB2N8aqwtxc
https://codeflex.co/java-multithreading-completabl...
https: //habr.com/ru/company/golovachcourses/blog/2...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question