Concurrent Java

Concurrency, Multithreading And Parallel Computing In Java  eBooks & eLearning

Posted by ELK1nG at Feb. 11, 2023
Concurrency, Multithreading And Parallel Computing In Java

Concurrency, Multithreading And Parallel Computing In Java
Last updated 1/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 3.65 GB | Duration: 10h 22m

Multithreading and Concurrent Programming, Parallel Computation and MapReduce in Java + Fork-Join and Stream API

Advanced Java 8 Concurrent Patterns  eBooks & eLearning

Posted by lucky_aut at Dec. 5, 2024
Advanced Java 8 Concurrent Patterns

Advanced Java 8 Concurrent Patterns
Updated: 11/2024
Duration: 3h 28m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 255 MB
Genre: eLearning | Language: English

Java: Enterprise App Development With Java 9: 4-In-1  eBooks & eLearning

Posted by ELK1nG at Jan. 1, 2023
Java: Enterprise App Development With Java 9: 4-In-1

Java: Enterprise App Development With Java 9: 4-In-1
Last updated 7/2018
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 3.07 GB | Duration: 8h 52m

Build modern and scalable enterprise applications using Java 9 and Java EE 8 to become a professional Java developer!

Java High Performance  eBooks & eLearning

Posted by IrGens at Dec. 5, 2023
Java High Performance

Java High Performance
.MP4, AVC, 1920x1080, 30 fps | English, AAC, 2 Ch | 2h 7m | 524 MB
Instructor: Tomasz Lelek

Java 9 Concurrency Cookbook - Second Edition  eBooks & eLearning

Posted by readerXXI at Sept. 7, 2017
Java 9 Concurrency Cookbook - Second Edition

Java 9 Concurrency Cookbook - Second Edition
by Javier Fernandez Gonzalez
English | 2017 | ISBN: 178712441X | 582 Pages | True PDF | 4 MB

Java Multithreading And Concurrency From Basics To Advanced  eBooks & eLearning

Posted by lucky_aut at March 25, 2025
Java Multithreading And Concurrency From Basics To Advanced

Java Multithreading And Concurrency From Basics To Advanced
Published 3/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.41 GB | Duration: 7h 6m

Java Multithreading, Java Concurrency and Parallelism with real-world projects, best practices and performance tuning

Java Virtual Threads & Structured Concurrency w/ Spring Boot  eBooks & eLearning

Posted by lucky_aut at Sept. 1, 2025
Java Virtual Threads & Structured Concurrency w/ Spring Boot

Java Virtual Threads & Structured Concurrency w/ Spring Boot
Published 9/2025
Duration: 5h 5m | .MP4 1920x1080 30 fps(r) | AAC, 44100 Hz, 2ch | 2.89 GB
Genre: eLearning | Language: English

Java Virtual Threads & Structured Concurrency: Spring Boot Integration, JMeter Load Testing & Monitoring

Doug Lea,«Concurrent Programming in Java: Design Principles and Patterns»  eBooks & eLearning

Posted by torbo at Nov. 26, 2006
Doug Lea,«Concurrent Programming in Java: Design Principles and Patterns»

Doug Lea,«Concurrent Programming in Java: Design Principles and Patterns»
Addison Wesley | ISBN 0201310090 | CHM | 1,42 Mb | 432 Pages | 1999 Year

The JR Programming Language: Concurrent Programming in an Extended Java (repost)  eBooks & eLearning

Posted by rolexmaya at March 9, 2011
The JR Programming Language: Concurrent Programming in an Extended Java (repost)

The JR Programming Language: Concurrent Programming in an Extended Java
Springer; 1 edition | July 6, 2004 | ISBN-10: 1402080859 | 390 pages | PDF | 6.2 Mb

JR is a language for concurrent programming. It is an imperative language that provides explicit mechanisms for concurrency, communication, and synchronization. JR is an extension of the Java programming language with additional concurrency mechanisms based on those in the SR (Synchronizing Resources) programming language.

The JR Programming Language: Concurrent Programming in an Extended Java by Ronald A. Olsson, Aaron W. Keen
Publisher: Springer; 1 edition (July 6, 2004) | ISBN: 1402080859 | PDF | 6,2 Mb | 392 pages

JR is a language for concurrent programming. It is an imperative language that provides explicit mechanisms for concurrency, communication, and synchronization. JR is an extension of the Java programming language with additional concurrency mechanisms based on those in the SR (Synchronizing Resources) programming language. It is suitable for writing programs for both shared- and distributed-memory applications and machines. The JR implementation executes on UNIX-based systems (Linux, Mac OS X, and Solaris) and Windows-based systems. It is available free from the JR webpage. The