ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,610 results

Jakob Jenkov
Java Volatile

The Java volatile keyword can be applied to Java variable declarations to force the Java VM to always read the variable value ...

21:26
Java Volatile

56,516 views

5 years ago

Laur Spilca
Java Fundamentals - Lesson 48 -  wait(), notify() and using volatile

Are you new to Java development? Do you want to know what to start with? This is a complete stream dedicated to you - the junior ...

1:03:41
Java Fundamentals - Lesson 48 - wait(), notify() and using volatile

3,670 views

Streamed 5 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

78,517 views

5 years ago

Jey Code
Programación Multi-THREAD en Java | Cuándo no usar VOLATILE | Variables ATOMICAS

Muy buenas, seguimos con volatile, vemos cuando nos podría suponer efectos no deseados y como arreglarlo con Atomic types.

23:15
Programación Multi-THREAD en Java | Cuándo no usar VOLATILE | Variables ATOMICAS

1,084 views

4 years ago

Code Granular
Java Memory Model Explained Part 2 | Volatile, Synchronize, Happens-Before & CPU Cache Effects

In Part 1, we saw a Java program that compiled perfectly but behaved incorrectly at runtime — a worker thread that never stopped, ...

28:01
Java Memory Model Explained Part 2 | Volatile, Synchronize, Happens-Before & CPU Cache Effects

30 views

1 month 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

169,903 views

5 years ago

TechStack9
Difference Between Volatile, Atomic And Synchronized in Java | Race Condition In Multi-Threading

This video explains the following: 1) What is Multi-threading 2) What is a Race Condition with example 3) How to solve Race ...

23:32
Difference Between Volatile, Atomic And Synchronized in Java | Race Condition In Multi-Threading

18,942 views

4 years ago

CodeGen
08 java volatile keyword java multithreading synchronization

Download 1M+ code from https://codegive.com/e022202 java `volatile` keyword: understanding memory visibility and thread ...

25:18
08 java volatile keyword java multithreading synchronization

4 views

9 months ago

jeeconf
Java Concurrency Under The Hood (Gleb Smirnov, Russia)

All non-trivial abstractions, to some degree, are leaky. So are the ones that try to obscure how your concurrent code is executed by ...

52:43
Java Concurrency Under The Hood (Gleb Smirnov, Russia)

1,576 views

11 years ago

Tech IQ Lab
Volatile Keyword In Java | Multithreading | Tech IQ Lab #java #javaprogramming #learning

Volatile Keyword In Java | Multithreading | Tech IQ Lab #java #javaprogramming #learning Your Queries: Explain Volatile ...

22:15
Volatile Keyword In Java | Multithreading | Tech IQ Lab #java #javaprogramming #learning

96 views

2 years ago

Code2
Multi-Threading 2 -- The Volatile Keyword
29:46
Multi-Threading 2 -- The Volatile Keyword

399 views

9 years ago

Coding with Aman
Java Multithreading Crash Course – Quick Revision for Interviews | Important Interview Topics!

Are you preparing for a Java interview and need a quick but comprehensive revision of Multithreading and Concurrency?

1:25:55
Java Multithreading Crash Course – Quick Revision for Interviews | Important Interview Topics!

50,124 views

1 year ago

Java is Awesome
Volatile & synchronized keyboard  difference with example in java

Volatile & Synchronized Keyboard Difference Are you puzzled by the complexities of multi-threaded programming in Java? In this ...

24:55
Volatile & synchronized keyboard difference with example in java

260 views

2 years ago

CodeGen
06 difference between volatile synchronized java

Download 1M+ code from https://codegive.com/bc4c7f9 volatile vs. synchronized in java: a deep dive with code examples in ...

26:33
06 difference between volatile synchronized java

0 views

9 months ago

QAFox
What is the difference between Volatile & Transient in Java (Core Java Interview Question #484)

In this session, I have explained about two keywords that can be used before variables i.e. volatile and transient. Both have a ...

31:22
What is the difference between Volatile & Transient in Java (Core Java Interview Question #484)

343 views

1 year ago

Hydra
Aleksey Shipilev — Workshop: Java Concurrency Stress (JCStress). Part 2

About Hydra conference: https://jrg.su/6Cf8RP — Hydra 2022 — June 2-3 Info and tickets: https://bit.ly/3ni5Hem — — JCStress is ...

2:00:52
Aleksey Shipilev — Workshop: Java Concurrency Stress (JCStress). Part 2

1,675 views

4 years ago

Douglas Schmidt
Overview of Java Synchronization Mechanisms

This video presents an overview of Java synchronization mechanisms, including the volatile keyword, built-in monitor objects, and ...

36:27
Overview of Java Synchronization Mechanisms

2,052 views

11 years ago

Learn Java
Selenium automation testing course with Java- Volatile Keyword in Java in detail  - class 45

You can learn Java with me as the Java Programming language is being made easily. It would take a period of minimum three ...

57:44
Selenium automation testing course with Java- Volatile Keyword in Java in detail - class 45

103 views

5 months ago

shiva ashirvaad (Shiva.a)
Java tutorial -31 | Transient and volatile in java with example

For Master of Computer Applications , Bachelor of Computer Applications , computer education professionals,teachers and school ...

24:30
Java tutorial -31 | Transient and volatile in java with example

23 views

5 years ago

Douglas Schmidt
Atomic Operations and Variables

This video presents an overview of various atomic operations and variables (such as volatile variables) supported by Java.

45:50
Atomic Operations and Variables

3,979 views

10 years ago