ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,305 results

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

29,149 views

3 years ago

ITSP
🔥Main Method🔥, Command Line Arguments🔥, Coding Standards🔥, 🔥🔥Memory Areas Inside JVM🔥

Main Method (1.7 Version Enhancements with Respect to main()): Discusses the enhancements introduced in Java 1.7 related to ...

1:10:59
🔥Main Method🔥, Command Line Arguments🔥, Coding Standards🔥, 🔥🔥Memory Areas Inside JVM🔥

28 views

2 years ago

Singapore Gophers
Understanding Allocations: the Stack and the Heap - GopherCon SG 2019

Speaker: Jacob Walker, Ardan Labs (@jcbwlkr) Like C, Go uses both stack and heap memory. How can a Gopher know which is ...

21:39
Understanding Allocations: the Stack and the Heap - GopherCon SG 2019

82,517 views

6 years ago

The Coding Gopher
Why Go's Garbage Collection is a Game Changer

Join us as we explore Go's powerful garbage collection system! From understanding how Go manages short-lived and long-lived ...

4:51
Why Go's Garbage Collection is a Game Changer

11,100 views

1 year ago

Ingo Kegel
Finding a memory leak with JProfiler

This screencast explains a basic strategy for solving memory leaks with JProfiler. There is an older version of this screencast from ...

5:09
Finding a memory leak with JProfiler

55,044 views

8 years ago

The Debug Zone
Understanding Java Native Memory Allocation: Sources and Insights Explained

In this video, we delve into the intricacies of Java native memory allocation, a crucial aspect of Java performance and efficiency.

3:35
Understanding Java Native Memory Allocation: Sources and Insights Explained

24 views

1 year ago

Víctor Orozco
¿Como funciona la memoria en Java? El uso de Stack y Heap

Mediante pequeños trechos de código explicamos el modelo Stack y Heap de la Java Virtual Machine. Incluyendo valores ...

24:02
¿Como funciona la memoria en Java? El uso de Stack y Heap

7,696 views

3 years ago

Abelardo Pardo
How tables are stored in computer memory

Video describing how arrays or tables are stored in computer memory. An example is shown on how arrays are stored in Java.

11:43
How tables are stored in computer memory

8,184 views

11 years ago

The Coding Gopher
Stack vs Heap Memory

Differences in performance, usage, and memory allocation speed ⏱️ 3. Common pitfalls like stack overflow, memory leaks, and ...

6:32
Stack vs Heap Memory

11,769 views

1 year ago

FOSDEM
Make your Go go faster! Optimising performance through reducing memory allocations

by Bryan Boreham At: FOSDEM 2018 Room: H.1308 (Rolin) Scheduled start: 2018-02-03 16:30:00+01.

21:50
Make your Go go faster! Optimising performance through reducing memory allocations

13,885 views

8 years ago

Toronto Java Users Group
2025-03 Trash Talk – Exploring the Memory Management in the JVM

Presented by: Gerrit Grunwald In the realm of Java programming, understanding memory management and garbage collection ...

1:19:10
2025-03 Trash Talk – Exploring the Memory Management in the JVM

99 views

11 months ago

Padraic Edgington
11.  Heap Allocation and Access

Introduction to the concepts of heap memory. Includes discussion of memory allocation, deallocation and access.

3:06
11. Heap Allocation and Access

4,499 views

8 years ago

Ingo Kegel
Finding a memory leak with JProfiler (old)

There is a newer version of this screen cast: https://www.youtube.com/watch?v=032aTGa-1XM This version is outdated with ...

3:55
Finding a memory leak with JProfiler (old)

3,887 views

8 years ago

The Debug Zone
How Autoboxing Causes Memory Leaks in Java: Solutions and Best Practices

In this video, we delve into the often-overlooked issue of autoboxing in Java and its potential to cause memory leaks.

5:11
How Autoboxing Causes Memory Leaks in Java: Solutions and Best Practices

2 views

1 year ago

The Debug Zone
Java Out of Memory Error: Causes, Solutions, and Best Practices Explained

In this video, we dive deep into the notorious Java Out of Memory Error, a common yet perplexing issue that developers face.

3:12
Java Out of Memory Error: Causes, Solutions, and Best Practices Explained

5 views

11 months ago

Warwick RSE
Inside the Black Box - Stack and Heap memory

Computer programs generally separate the memory that is available to them into stack memory (that as a good rule of thumb ...

29:47
Inside the Black Box - Stack and Heap memory

19 views

3 years ago

CS 125 @ Illinois
CS 125 Spring 2019: Wed 3.6.2019. References and Java Memory Management

A discussion of Java memory management with reminders about references.

50:25
CS 125 Spring 2019: Wed 3.6.2019. References and Java Memory Management

436 views

6 years ago

Ingo Kegel
Using sunburst diagrams for understanding Java memory consumption

This screencast shows how to use the sunburst diagram in the biggest objects view of JProfiler's heap walker to visualize memory ...

5:51
Using sunburst diagrams for understanding Java memory consumption

202 views

3 years ago

Software Security
Understanding a Program's Memory Layout
11:17
Understanding a Program's Memory Layout

3,859 views

2 years ago

The Debug Zone
Understanding Java Class Memory Alignment: Challenges and Solutions Explained

In this video, we delve into the intricate world of Java class memory alignment, a crucial aspect that can significantly impact ...

1:31
Understanding Java Class Memory Alignment: Challenges and Solutions Explained

2 views

1 year ago

The Debug Zone
Optimizing Unused Space in Java Heap: Tips for Efficient Memory Management

In this video, we delve into the often-overlooked aspect of Java memory management: optimizing unused space in the Java heap.

2:16
Optimizing Unused Space in Java Heap: Tips for Efficient Memory Management

2 views

2 months ago

The Debug Zone
Java Memory Profiling in AWS Lambda: Tips for Effective Performance Tuning

In this video, we dive into the essential techniques for Java memory profiling within AWS Lambda environments. As serverless ...

1:54
Java Memory Profiling in AWS Lambda: Tips for Effective Performance Tuning

13 views

11 months ago

The Debug Zone
Fixing java.lang.InternalError: Unsafe Memory Access in Compiled Java Code

In this video, we delve into a common yet perplexing issue faced by Java developers: the `java.lang.InternalError: Unsafe Memory ...

2:05
Fixing java.lang.InternalError: Unsafe Memory Access in Compiled Java Code

0 views

3 months ago

Roel Van de Paar
Force memory allocation for Java VM in Windows 7 32-bit

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

2:09
Force memory allocation for Java VM in Windows 7 32-bit

4 views

4 years ago

The Debug Zone
Does BufferedReader Load Entire File into Memory? Understanding Java I/O

In this video, we dive into the intricacies of Java I/O, specifically focusing on the BufferedReader class. Many developers wonder ...

1:56
Does BufferedReader Load Entire File into Memory? Understanding Java I/O

2 views

4 months ago