23:41
The Java Memory Model - The Basics
The Java Memory Model specifies where variables and objects are stored inside the Java virtual machine, as well as how Java ...
10:55
Java Memory Model in 10 minutes
Java Memory Model is a set of rules all JVMs have to follow to ensure correct working of our concurrent programs.
1:55:22
Алексей Шипилёв — Прагматика Java Memory Model
JPoint, Joker и JUG ru — Java-конференции
Подробнее о Java-конференциях: — весной — JPoint: https://jrg.su/gTrwHx — осенью — Joker: https://jrg.su/h7yvG4 — — .
44:36
Роман Елизаров — Теоретический минимум для понимания Java Memory Model
JPoint, Joker и JUG ru — Java-конференции
Подробнее о Java-конференциях: — весной — JPoint: https://jrg.su/gTrwHx — осенью — Joker: https://jrg.su/h7yvG4 — — .
48:06
Introduction to the Java Memory Model
A Google TechTalk, 9/22/17, presented by Igor Murashkin ABSTRACT: I would like to give an introductory intuitive explanation of ...
11:49
Java Memory Management Deep Dive | How Java Handles Memory Internally
In this video, we break down memory management in Java and clearly explain how memory in Java works behind the scenes.
56:59
GeeCON 2018: Aleksey Shipilëv - Java Memory Model Unlearning Experience
This talk is another attempt at explaining the Java Memory Model (JMM). This time we would assume people come to concurrency ...
56:33
Многопоточное программирование на Java. Лекция 1: модель памяти
Эта лекция про модель памяти в java. Тема на самом деле безразмерная и я советую посмотреть и другие лекции, что бы ...
30:20
14. JAVA. Memory Model | Technostream
Technotrek Mail.ru Group at MIPT. Course: "Java Development." Lecture #14: Memory Model. Lecturer: Dmitry Arkhangelsky. The ...
13:39
Java Memory Management Explained | Stack vs Heap, Garbage Collection & JVM Internals
Welcome to Java Series: From Beginner to Advanced by CodeOpsTrek! In this video, we dive deep into Java Memory ...
7:48
Fundamentals of the Java Memory Model
This video provides a comprehensive overview of the Java Memory Model (JMM), explaining it as a set of rules and specifications ...
10:58
20. Модель памяти, сборка мусора (Java Core с нуля, полный курс)
Еще больше полезного материала: https://t.me/javaguru_by Изучаем java c моим руководством: https://javaguru.by ...
12:37
Check out our courses: Mastering Agentic AI with Java : https://go.telusko.com/agentic-ai Coupon: TELUSKO10 (10% Discount) ...
55:48
When we talk about Java, we talk about two things: the JVM (Java Virtual Machine) and the Java bytecode that runs on this ...
48:48
9. Java Memory Management and Garbage Collection in Depth
Concept && Coding - by Shrayansh
Notes link: Shared in the Member Community Post (If you are Member of this channel, then pls check the Member community post, ...
46:23
A practical approach to Java Memory Model with Andrzej Czarny
Java Memory Model is an interesting area of multi-thread programming. It describes how threads interact through memory and ...
49:03
Java. Multithreading. Lesson 59. Java Memory Model
Timecodes: 00:00 - Start 00:02 - Operation Reordering 01:52 - Operation Reordering Issues 04:15 - Memory Barriers 06:08 ...
35:32
2022 - Krzysztof Ślusarski - Concurrency - Java memory model - nie tylko dla orłów
Jak poprawnie synchronizować wątki, które używają tych samych danych w pamięci? Na to pytanie odpowiada specyfikacja ...
26:13
Java Happens Before Guarantee - Java Memory Model - Part 2
The Java Happens Before Guarantee is a set of rules that restrict instruction reordering to make sure that instruction reordering ...