ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

68 results

Mrbhakat2014
Tutorial for beginners Instance of String Pooling Java programmin hd

I created this video with the YouTube Video Editor (http://www.youtube.com/editor)

38:45
Tutorial for beginners Instance of String Pooling Java programmin hd

119 views

11 years ago

connector
String Pooling Java programming Instance-beginners tutorial

String Pooling Java programming Instance-beginners tutorial I created this video with the YouTube Video Editor ...

38:45
String Pooling Java programming Instance-beginners tutorial

130 views

11 years ago

Bulgarian Java User Group
Enough java.lang.String to Hang Ourselves, Heinz Kabutz

Is it better to write "" + 42 or Integer.toString(42)? How much memory can you save if you intern() all of your strings? How can ...

51:24
Enough java.lang.String to Hang Ourselves, Heinz Kabutz

157 views

6 years ago

The Linux Foundation
Apache Commons - Beyond StringUtils - Benedikt Ritter, codecentric AG

Apache Commons - Beyond StringUtils - Benedikt Ritter, codecentric AG Apache Commons is an Apache project focused on all ...

42:56
Apache Commons - Beyond StringUtils - Benedikt Ritter, codecentric AG

7,783 views

8 years ago

Mike Wittie
Threads and Locks

... threads are just threads running in a pool there's no discounts there's no concept of like parent and child or master and slave so ...

20:14
Threads and Locks

753 views

5 years ago

Engineering Community
JDK Thread Pools: Pitfalls & Hidden Gems. (Eng) by Mikhail Horbunov

A presentation about the use and misuse of JDK Thread Pools. In-depth review of configuration options and which of them to ...

1:16:58
JDK Thread Pools: Pitfalls & Hidden Gems. (Eng) by Mikhail Horbunov

375 views

4 years ago

Bulgarian Java User Group
JDK 8: Lessons Learnt With Lambdas and Streams - Simon Ritter

Simons talk on jPrime'2016 https://2016.jprime.io.

50:49
JDK 8: Lessons Learnt With Lambdas and Streams - Simon Ritter

2,159 views

9 years ago

Tech Updates
Java Tutorial for Beginners

Java Full Course | Java Tutorial for Beginners | Java Online Training | Java tutorial for beginners - Learn Java, the language ...

41:51
Java Tutorial for Beginners

83 views

5 years ago

Bulgarian Java User Group
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

Writing correct, thread-safe code is notoriously challenging. Unlike single-threaded code, concurrency bugs often remain hidden, ...

48:10
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

901 views

6 months 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,196 views

2 years ago

Coding with danny
Exploring Java 21: Understanding the Basics of Virtual Threads

Learn the basics of Virtual Threads - Best feature of Java 21 Hey, coding enthusiasts! Welcome back to "Coding With Danny".

1:02:49
Exploring Java 21: Understanding the Basics of Virtual Threads

206 views

1 year ago

Cinzia Bocchi
Creazione di una classe di utilità Java per le stringhe - Terza parte

... Approfondimento sulle stringhe come istanze della classe String 27:56 Confronto di stringhe e String Pool 35:03 Algoritmo per ...

42:54
Creazione di una classe di utilità Java per le stringhe - Terza parte

39 views

10 months ago

CppNow
Coroutines, Fibers and Threads, Oh My

Nat Goodspeed's talk from C++Now Slides are available at: ...

1:20:44
Coroutines, Fibers and Threads, Oh My

7,131 views

11 years ago

Mohit patil
Session 12 20241026 160919
1:36:15
Session 12 20241026 160919

13 views

9 months ago

Barcelona Jug
CompletableFuture and its Quirks

CompletableFuture revolutionized asynchronous processing in Java. Unfortunately, it's full of quirks, traps, and surprises… during ...

50:32
CompletableFuture and its Quirks

1,094 views

3 years ago

Code Geek
Java Interview Questions - Top 10 Most Viewed Questions on Stack Overflow

How do I compare two strings, or more general two objects with each other? And what has Java's String pool to do with it?

2:24:52
Java Interview Questions - Top 10 Most Viewed Questions on Stack Overflow

338 views

6 years ago

The Linux Foundation
Apache Commons Crypto: Another Wheel of Apache Commons - Dapeng Sun, Intel

Apache Commons Crypto: Another Wheel of Apache Commons - Dapeng Sun, Intel Apache Commons Crypto is a cross-platform ...

24:05
Apache Commons Crypto: Another Wheel of Apache Commons - Dapeng Sun, Intel

623 views

8 years ago

CppNow
Lifetime and Usage of Global, Thread-local, and Static Data

Daniel Dilts' presentation from C++Now 2014 Slides are available here: ...

1:24:58
Lifetime and Usage of Global, Thread-local, and Static Data

1,586 views

11 years ago

Cours-EPISEN
[Prépa-EPISEN][Introduction à la programmation avec Java][Cours5]

Feuille d'exercices : https://lacl.fr/gava/cours/EPISEN/JavaL1/TP/tp5.pdf Archive exemples ...

1:54:58
[Prépa-EPISEN][Introduction à la programmation avec Java][Cours5]

195 views

3 years ago

Voxxed Days Luxembourg
Java™ 19 & 20. What's new and noteworthy? (Piotr PRZYBYL)

Voxxed Days Luxembourg 2023 Room: BSD Type: University Hey, there are two major Java versions released every year!

1:50:18
Java™ 19 & 20. What's new and noteworthy? (Piotr PRZYBYL)

61 views

2 years ago

Mohit patil
Session 03 JDBC Driver 20241016 162139
1:28:07
Session 03 JDBC Driver 20241016 162139

37 views

9 months ago

Bulgarian Java User Group
Java EE 7 meets Java 8 - Roberto Cortez

http://jprime.io/nav/article/144.

50:50
Java EE 7 meets Java 8 - Roberto Cortez

115 views

8 years ago

Mohit patil
Session 45 20241205 162147
1:35:24
Session 45 20241205 162147

19 views

9 months ago

OpenSecurityTraining2
Day 1 Part 1: Exploits 2: Exploits in the Windows Environment

The class materials are available at http://www.OpenSecurityTraining.info/Exploits2.html Follow us on Twitter for class news ...

1:17:34
Day 1 Part 1: Exploits 2: Exploits in the Windows Environment

13,603 views

13 years ago

CppNow
Tony Van Eerd: Thread-safe Observer Pattern - You're doing it wrong

We've all written an Observer Pattern or list of Listeners at some point or another. And then later had to make it "thread safe".

1:30:18
Tony Van Eerd: Thread-safe Observer Pattern - You're doing it wrong

5,819 views

9 years ago