ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

986 results

Oops! Feed Me Code
Java: Pass by Value or Pass by Reference? Explained conceptually with viusal demo💡

This video explains whether Java is passed by value or by reference. It delves into how the stack works, object allocation, and ...

30:29
Java: Pass by Value or Pass by Reference? Explained conceptually with viusal demo💡

20 views

3 weeks ago

Java
Scripting Java, Collections & Generics, BeJUG - Inside Java Podcast 44

In this special episode of the Inside Java Podcast, Nicolai Parlog talks to Adam Bien about scripting with Java, to Maurice Naftalin ...

1:03:39
Scripting Java, Collections & Generics, BeJUG - Inside Java Podcast 44

5,445 views

3 weeks ago

Awesome
Java’s biggest upgrade in decades

A quick look at modern Java and project Valhalla. Join the community ...

8:40
Java’s biggest upgrade in decades

124,556 views

4 days ago

Java Guides and Ramesh Fadatare - AI & Tech
Scenario Based Java Interview Questions & Answers - Part 1

In this video, we will take a look at frequently asked scenario-based Java interview questions & answers for beginners and ...

9:43
Scenario Based Java Interview Questions & Answers - Part 1

2,483 views

2 weeks ago

g-coder
JAVA :  Inheritance, Object creation, Static reference

javatutorial #java.

6:04
JAVA : Inheritance, Object creation, Static reference

0 views

4 days ago

AFTER SCHOOL
Google Style Java Interview Question | Array 🇺🇸

Think you really understand Java arrays? This interview trick question catches even experienced developers off guard.

2:13
Google Style Java Interview Question | Array 🇺🇸

9 views

3 weeks ago

primejava_official
Java 8 Made Easy: Lambda & Method Reference 🔥

Java8#LambdaExpression#MethodReference#JavaTutorial#JavaForBeginners#JavaInterview#CoreJava#JavaProgramming# ...

29:28
Java 8 Made Easy: Lambda & Method Reference 🔥

28 views

2 weeks ago

The Debug Zone
Concise way of composing Java method references?

Today's Topic: Concise way of composing Java method references? Thanks for taking the time to learn more. In this video I'll go ...

2:32
Concise way of composing Java method references?

1 view

2 weeks ago

Java Guides and Ramesh Fadatare - AI & Tech
Java 8 Interview Questions & Answers | Beginner to 5 Years Experience | Java Functional Programming

Java 8 Interview Questions, Java 8 for beginners, Java 8 for 5 years experience, Java Stream API, Java Functional Programming, ...

20:03
Java 8 Interview Questions & Answers | Beginner to 5 Years Experience | Java Functional Programming

1,332 views

2 days ago

Adam Bien
Arrays: Not Passed-Per-Reference, But It Looks Like

Modifying the content of an array by accessing the parameter Java used in this short: openjdk version "25" 2025-09-16 LTS I ...

1:10
Arrays: Not Passed-Per-Reference, But It Looks Like

0 views

2 days ago

The Debug Zone
Does Java 8 Streaming Filter & Collect return references to same objects in the list?

Today's Topic: Does Java 8 Streaming Filter & Collect return references to same objects in the list? Thanks for taking the time to ...

1:23
Does Java 8 Streaming Filter & Collect return references to same objects in the list?

0 views

3 days ago

clustermicro
Java OCA 1Z0-808 | 2.3 Object References vs Primitives & Object Lifecycle | GC Eligibility

Master Object References, Primitives, and Object Lifecycle for the Oracle Certified Associate Java SE 8 (1Z0-808) exam.

14:54
Java OCA 1Z0-808 | 2.3 Object References vs Primitives & Object Lifecycle | GC Eligibility

0 views

15 hours ago

Luiz Real
#2 Asking a Java Champion - How to become a reference in Java? With Loiane Groner

Video Description: How to become a reference in Java? With Loiane Groner Ask a Java Champion: https://luizreal.com/ask Loiane ...

5:19
#2 Asking a Java Champion - How to become a reference in Java? With Loiane Groner

197 views

4 weeks ago

AFTER SCHOOL
Java Interview Trick Question StringBuffer | Oracle Style 🇺🇸

In this video, we break down a real Oracle-style Java interview trick question that tests your understanding of StringBuffer, object ...

1:38
Java Interview Trick Question StringBuffer | Oracle Style 🇺🇸

16 views

4 weeks ago

Express VTU 4 All
VTU 3rd Sem Java Important Problems & Solutions | All Modules One Shot | Exam Preparation 2026

VTU 3rd Semester Java Important Problems & Solutions – All Modules One Shot In this video, I have explained most important ...

28:20
VTU 3rd Sem Java Important Problems & Solutions | All Modules One Shot | Exam Preparation 2026

3,997 views

5 days ago

NextGen Automation
Compile Time vs Runtime in Java Explained | Reference Type vs Object | Java Zero to Hero– Episode 31

Welcome to Episode 30 of Java Zero to Hero for Software Automation Testing In this video, we explain one of the most confusing ...

8:02
Compile Time vs Runtime in Java Explained | Reference Type vs Object | Java Zero to Hero– Episode 31

0 views

10 days ago

Techie Book
Java Interview: ArrayList vs LinkedList | Which One to Use & Why? (With Complexity)

In this video, I explain the complete difference between ArrayList vs LinkedList in Java with real understanding and CRUD ...

5:47
Java Interview: ArrayList vs LinkedList | Which One to Use & Why? (With Complexity)

20 views

4 weeks ago

Code With Arcane
Java Variables: What They Are And How To Use Them

java #javatutorial In this Java video, we discuss Java variables and everything you need to know about them, and how we can use ...

11:47
Java Variables: What They Are And How To Use Them

16 views

4 weeks ago

TheSimpleEngineer
Java Data Types in 7 mins

Java data types, Java primitive data types, Java reference data types, Java tutorial for beginners, learn Java fast, Java basics, ...

6:24
Java Data Types in 7 mins

115 views

3 weeks ago

ConceptPath Academy
Memory Allocation & Assigning Variable & Assigning References in java

Discord server link for notes:- https://discord.gg/55dCXm3f In this video, you will learn about Memory Allocation, Assigning ...

10:19
Memory Allocation & Assigning Variable & Assigning References in java

4 views

1 day ago

IEMDaily - Video Lecture Notes (English)
49. Master Anonymous Objects in Java: Memory Secrets & Cleaner Code Explained

Have you ever created a variable in your code, used it exactly one time, and then never touched it again? In this Java explainer, ...

5:46
49. Master Anonymous Objects in Java: Memory Secrets & Cleaner Code Explained

3 views

4 weeks ago

IEMDaily - Video Lecture Notes (English)
45. Why Your Java Code Breaks When You Rename Variables

truggling to understand the this keyword in Java? If you have ever stared at your screen wondering why your instance variables ...

6:14
45. Why Your Java Code Breaks When You Rename Variables

3 views

4 weeks ago

FTC Team 7477 - Super 7
Java Programming Series Episode 82: Method References

Hey guys this is Sanjay from FCC team 7477 Super 7 today we're going to talk about method references in Java so method ...

2:25
Java Programming Series Episode 82: Method References

1 view

3 weeks ago

JChampions Conference
Value Objects - the next big thing in Java

One of the great advantages of Java was and is the static, strong type system. This helps millions of developers detect errors at ...

1:03:10
Value Objects - the next big thing in Java

336 views

Streamed 3 weeks ago

Roel Van de Paar
Massive locks in JVM on arrays allocations on java.lang.ref.Reference$Lock

Massive locks in JVM on arrays allocations on java.lang.ref.Reference$Lock Helpful? Please use the *Thanks* button above!

3:00
Massive locks in JVM on arrays allocations on java.lang.ref.Reference$Lock

7 views

13 days ago