ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

105,234 results

Defog Tech
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.

10:55
Java Memory Model in 10 minutes

287,340 views

7 years ago

Jakob Jenkov
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 ...

23:41
The Java Memory Model - The Basics

166,896 views

5 years ago

Bulgarian Java User Group
The Java memory model explained, Rafael Winterhalter
48:01
The Java memory model explained, Rafael Winterhalter

28,399 views

3 years ago

Mr. Programmer
Java 101 - Variables || Java Memory Model || JVM

In this video, you guys will learn the couple of topics. First, is how to define variables in Java. We will then dive into Java memory ...

19:11
Java 101 - Variables || Java Memory Model || JVM

165 views

3 years ago

Google TechTalks
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 ...

48:06
Introduction to the Java Memory Model

20,968 views

8 years ago

Devoxx
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 ...

46:23
A practical approach to Java Memory Model with Andrzej Czarny

8,621 views

7 years ago

JetBrains
JVM Anatomy 101

When we talk about Java, we talk about two things: the JVM (Java Virtual Machine) and the Java bytecode that runs on this ...

55:48
JVM Anatomy 101

49,809 views

2 years ago

geecon conference
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:59
GeeCON 2018: Aleksey Shipilëv - Java Memory Model Unlearning Experience

8,317 views

7 years ago

People also watched

Java
Value Classes Heap Flattening - What to expect from JEP 401 #JVMLS

All these modifications, combined with the constraints of the Java Memory Model and the limitations of current hardware, created ...

31:25
Value Classes Heap Flattening - What to expect from JEP 401 #JVMLS

7,525 views

2 months ago

Alpha Tutorials - Programming
Java Memory Management Garbage Collection, JVM Tuning, and Spotting Memory Leaks

Feel Free to reach: Alphaa-Solutions@outlook.com PLEASE DO NOT OPT FOR COPYRIGHT, IF ANY OF YOUR ...

1:06:18
Java Memory Management Garbage Collection, JVM Tuning, and Spotting Memory Leaks

5,831 views

2 years ago

GoogleTalksArchive
Advanced Topics in Programming Languages: The Java Memory Model

Google Tech Talks March 21, 2007 ABSTRACT This talk describes the Java Memory Model and how it affects the ways concurrent ...

57:23
Advanced Topics in Programming Languages: The Java Memory Model

127,478 views

13 years ago

Devoxx
Memory footprint of a Java process by Andrei Pangin

While Java memory leaks are usually easy to discover from a heap dump, native memory leaks can be quite confusing. During ...

51:40
Memory footprint of a Java process by Andrei Pangin

43,240 views

6 years ago

PROIDEA Events
JDD 2018: A practical approach to Java Memory Model by Andrzej Czarny

Java Memory Model is an interesting area of multi-thread programming. It describes how threads interact through memory and ...

40:00
JDD 2018: A practical approach to Java Memory Model by Andrzej Czarny

1,304 views

7 years ago

Tech Primers
Understanding JVM Memory, Heap, Garbage Collection and Monitoring the JVM | Tech Primers

This video covers Understanding JVM Memory, Heap, Garbage Collection and Monitoring the JVM using JVisual VM. Website: ...

24:48
Understanding JVM Memory, Heap, Garbage Collection and Monitoring the JVM | Tech Primers

159,653 views

7 years ago

Java
Mastering JVM Memory Troubleshooting - From OutOfMemoryErrors to Leaks

Join us for JavaOne 2026. Sign up now to get ongoing updates https://go.oracle.com/LP=149517 Memory issues in Java ...

32:22
Mastering JVM Memory Troubleshooting - From OutOfMemoryErrors to Leaks

18,225 views

7 months ago

Virtual Pair Programmers
Garbage Collection - part 4 of Java Memory Management

Introduction to garbage collection, string itnernalization, garbage collection eligibility, the finalize method, and memory leaks.

42:25
Garbage Collection - part 4 of Java Memory Management

21,508 views

9 years ago

Oracle Developers
Java Bytecode Crash Course

https://developer.oracle.com/

47:42
Java Bytecode Crash Course

70,076 views

6 years ago

jeeconf
Java Memory Model Pragmatics (Aleksey Shipilёv, Russia), part 1

Java Memory Model (JMM) specification tries to be very concise yet complete. Because JMM tries to embrace a very large set of ...

49:30
Java Memory Model Pragmatics (Aleksey Shipilёv, Russia), part 1

25,127 views

11 years ago

Concept && Coding - by Shrayansh
9. Java Memory Management and Garbage Collection in Depth

Notes link: Shared in the Member Community Post (If you are Member of this channel, then pls check the Member community post, ...

48:48
9. Java Memory Management and Garbage Collection in Depth

250,599 views

2 years ago

The Curious Coder
Java Memory Management Deep Dive | How Java Handles Memory Internally

... concepts like heap memory in Java, stack memory in Java and how these areas work together inside the Java memory model.

11:49
Java Memory Management Deep Dive | How Java Handles Memory Internally

2,466 views

1 month ago

Alex Hyett
Stack vs Heap Memory - Simple Explanation

I take a look at Stack and Heap Memory and how it affects your application. Knowing how memory is handled in your application ...

5:28
Stack vs Heap Memory - Simple Explanation

392,358 views

3 years ago

VK Team
14. JAVA. Memory Model | Technostream

Technotrek Mail.ru Group at MIPT. Course: "Java Development." Lecture #14: Memory Model. Lecturer: Dmitry Arkhangelsky. The ...

30:20
14. JAVA. Memory Model | Technostream

43,274 views

9 years ago

Coding with John
Java's Garbage Collection Explained - How It Saves your Lazy Programmer Butt

This is how Java does memory management through garbage collection! ☕ Complete Java course: ...

9:01
Java's Garbage Collection Explained - How It Saves your Lazy Programmer Butt

131,707 views

2 years ago

yCrash
JVM Memory Explained Simply: A Visual Guide You'll Actually Understand

JVM memory has multiple regions, some are known (Young Generation, Old Generation, Metaspace). Some are unknown ...

8:49
JVM Memory Explained Simply: A Visual Guide You'll Actually Understand

20,255 views

6 years ago

Jakob Jenkov
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 ...

26:13
Java Happens Before Guarantee - Java Memory Model - Part 2

76,971 views

5 years ago

Warsaw JUG
308. WJUG - Maciej Przepióra - "Java Memory Model for Mere Mortals" [EN]

Nagranie 308. spotkania Warsaw Java User Group z 07.11.2023. https://www.meetup.com/warszawa-jug/events/297023830 ...

39:46
308. WJUG - Maciej Przepióra - "Java Memory Model for Mere Mortals" [EN]

580 views

1 year ago

Douglas Schmidt
Overview of the Java Memory Model

This video gives an overview of the Java memory model, which defines semantics of memory shared by multiple threadswithin a ...

6:43
Overview of the Java Memory Model

760 views

4 years ago

Trainologic
Webinar - Java Memory Model

Our CTO, Shimi Bandiel, goes into the fine details of the Java Memory Model, and lets you gain valuable tools for any developer ...

58:52
Webinar - Java Memory Model

1,033 views

Streamed 8 years ago