"Java Multithreading and Concurrency Library Advanced Application Video Tutorial" is specially designed to help those who have already learned and understood it, but have not mastered it very deeply, to improve Java threading technology. Therefore, beginners of Java threading should learn This video tutorial may be difficult, and you may have to patiently study it several times to get better at it. However, once you master the content, your understanding of Java thread technology will be quite outstanding!
Course playback address: http://www.php.cn/course/606.html
This video was created by Chuanzhi Podcast teacher Zhang Xiaoxiang. The teacher’s teaching style is:
The teacher’s lectures are simple and in-depth, clear in structure, analyzed layer by layer, and linked together. The argumentation is rigorous and the structure is rigorous, using the logical power of thinking to attract students' attention, and using reason to control the classroom teaching process. When explaining, analyzing, and demonstrating, the thinking is clear; when asking questions, discussing, and practicing, the students' psychological characteristics and receptive abilities are taken into consideration according to the actual situation of the students, reflecting the teacher's thorough understanding of the students and the reasonable use and understanding of teaching methods. Accurately grasp the key points and difficulties of knowledge.
The more difficult point in this video is Java5 threading technology and related applications:
Multi-threaded programming is a very important feature of the Java language , it is one of the key technologies of object-oriented programming. This article briefly discusses the basic technology of Java language multi-threading, and makes relevant discussions on thread creation, thread control and scheduling, thread synchronization and other processing technologies
I also recommend it to everyone here Download source code resources: http://www.php.cn/xiazai/code/2042
This courseware contains the code of the entire project
Hashmap synchronization problem
Zongwang thread problem arrangement
ThreadTest2 (source code)
The above is the detailed content of Recommended videos and information on the development of advanced applications of Java multi-threading and concurrency libraries. For more information, please follow other related articles on the PHP Chinese website!