Permalien :
Java 8: multithreaded programs, software development
- Date_TXT
- 2017
- Auteur
- Klausen Poul
- Type de document
- Livre
Description :
This book is the eighth in a series of books on software development. The programming language is Java, and the language and its syntax and semantics fills obviously much, but the books have also largely focus on the process and how to develop good and robust applications. This book deals with threads, and how you in Java can synchronize threads that share resources. The use of threads is an important issue in programming, but it is also a technical area to which are attached many details. The book has therefore primarily focus on programming and the language Java, and only in the final example, there is again focusing on system development and thus the process. After reading the book the reader should be able to use threads in practice and have an understanding of where threads can be used in practical programming. The book requires knowledge of programming and Java corresponding to the content of the first four books in this series and in the interests of the final example is also assumed knowledge of the contents of the previous book, which deals with system development. The book ends with an appendix that gives a general introduction to the Java virtual machine JVM and what it is.