Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
94,215 results
The Java Memory Model specifies where variables and objects are stored inside the Java virtual machine, as well as how Java ...
179,502 views
5y ago
30,514 views
4y ago
This talk is another attempt at explaining the Java Memory Model (JMM). This time we would assume people come to concurrency ...
8,829 views
7y ago
A Google TechTalk, 9/22/17, presented by Igor Murashkin ABSTRACT: I would like to give an introductory intuitive explanation of ...
21,159 views
8y ago
When we talk about Java, we talk about two things: the JVM (Java Virtual Machine) and the Java bytecode that runs on this ...
59,653 views
2y ago
Google Tech Talks March 21, 2007 ABSTRACT This talk describes the Java Memory Model and how it affects the ways concurrent ...
127,728 views
13y ago
Notes link: Shared in the Member Community Post (If you are Member of this channel, then pls check the Member community post, ...
303,550 views
Java Memory Model is an interesting area of multi-thread programming. It describes how threads interact through memory and ...
8,774 views
Java, the runtime, is said to like memory. It's a fact well known to those who know it well: subtle differences in code can lead to ...
7,283 views
7d ago
Ever wondered how Java manages memory internally? In this video, we deep-dive into Java Memory Areas inside the JVM, ...
800 views
5mo ago
Confused by how memory works in Java? You're not alone! In this eye-opening tutorial, expert Udemy instructor Imtiaz Ahmad ...
2,300 views
The Java Happens Before Guarantee is a set of rules that restrict instruction reordering to make sure that instruction reordering ...
83,395 views
Let's dive deep into memory leaks and memory inefficiency patterns in Java backend systems. You'll understand the Java Memory ...
10,253 views
8mo ago
Description: In this Part 2 of the Java Memory Model (JMM) series, we dive deep into two crucial concepts every Java developer ...
1,650 views
1y ago
Ever wondered how Java handles memory at the CPU level? Why race conditions happen even with volatile? In this video, we ...
1,726 views
Hi guys! Welcome back! Welcome to Java Concurrency: A Beginner's Guide to Thread Creation and Java Memory Model video.
31,052 views
Java's use of memory, often chided for being excessive, is actually a strength as it trades more memory use for fewer CPU cycles.
10,115 views
1mo ago
69,123 views
18y ago
In this video, we begin one of the most important and misunderstood topics in Java , Memory Management. If you want to truly ...
7,080 views
2mo ago
This talk describes how the Go memory model works. It addresses the semantics around accessing shared memory from different ...
1,642 views