ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

11,662 results

CodeSnippet
Method References In Java #coding

Hello So let's talk about method references We know something like that exist but are we using it Well probably sometimes So ...

0:34
Method References In Java #coding

14,931 views

7 months ago

DrillCoding
🔥 What is a Phantom Reference in Java? | Java Interview Concept #shorts

What is a Phantom Reference in Java? A phantom reference is the weakest type of reference. Unlike soft or weak references, ...

0:24
🔥 What is a Phantom Reference in Java? | Java Interview Concept #shorts

231 views

3 months ago

DrillCoding
🔥 What is a Weak Reference in Java? | Java Interview Concept #shorts #viral

What is a Weak Reference in Java? A weak reference is a reference that doesn't stop garbage collection. If no strong ...

0:27
🔥 What is a Weak Reference in Java? | Java Interview Concept #shorts #viral

193 views

3 months ago

Coder Inventa : The Coding School
What is a Reference Data Type in Java? | Java Memory Concept Explained Simply | Q-10 #javainterview

Confused about reference data types in Java? In this quick Java interview shorts series, we break down reference data types in ...

0:19
What is a Reference Data Type in Java? | Java Memory Concept Explained Simply | Q-10 #javainterview

1,384 views

4 months ago

DrillCoding
🔥 What is a Soft Reference in Java? | Java Interview Concept #shorts

What is a Soft Reference in Java? A soft reference is used for memory-sensitive caching. Unlike strong references, objects with ...

0:27
🔥 What is a Soft Reference in Java? | Java Interview Concept #shorts

82 views

3 months ago

DrillCoding
🔥 Method References in Java | Java 8 Feature Explained #shorts

Method References in Java | Java 8 Feature | Java Tutorial What are Method References in Java? Introduced in Java 8, ...

0:22
🔥 Method References in Java | Java 8 Feature Explained #shorts

450 views

3 months ago

Programming Explained
How Java Memory Really Works in 60 Seconds

Java stack vs heap memory visualized in 60 seconds! See where Java stores primitives vs objects, how references work, and why ...

0:54
How Java Memory Really Works in 60 Seconds

710 views

8 months ago

CodeCrafters
Enhancing Code with Java's Method References

Explore the power of method references in Java to simplify code and enhance readability, offering both beginners and experts a ...

0:40
Enhancing Code with Java's Method References

672 views

7 months ago

Fakhriddin
Unboxing Java: The Complete Reference, 13th Edition 📚 | Best Java Programming Book?

Just received my copy of Java: The Complete Reference (13th Edition) from Amazon! In this video, I'm unboxing it and sharing ...

0:22
Unboxing Java: The Complete Reference, 13th Edition 📚 | Best Java Programming Book?

123 views

2 months ago

thinkSDET
== vs .equals() in Java: Content vs Reference Comparison

Java Confusion Alert! Think .equals() always checks content? ❌ Not always. Here's the truth ✓ String.equals() ➡ compares ...

1:30
== vs .equals() in Java: Content vs Reference Comparison

118 views

7 months ago

Java
What is a WeakHashMap? - Cracking the Java Coding Interview #javalanguage #javacoding #javatips

Cracking the #Java #Coding #Interview - Question 252: What is a WeakHashMap? Watch all the questions here: ...

1:00
What is a WeakHashMap? - Cracking the Java Coding Interview #javalanguage #javacoding #javatips

33,483 views

8 months ago

Deep Tech
Java Array Reference Trap - Can You Guess the Output?  #coding #javadeveloper #interview #shorts

The output is 99! Here's why: In Java, when you write arr2 = arr1, you're not copying the array - you're copying the ...

0:10
Java Array Reference Trap - Can You Guess the Output? #coding #javadeveloper #interview #shorts

2,308 views

6 months ago

Code With K5KC
Is Java Pass-by-Value or Pass-by-Reference? Explained with examples! #java #k5kc #interview

"Is Java pass-by-value or pass-by-reference? Java is **always Pass-by-Value**, even for objects! For primitives, it passes the ...

2:26
Is Java Pass-by-Value or Pass-by-Reference? Explained with examples! #java #k5kc #interview

303 views

8 months ago

ComputeVerse
Java Soft Reference vs. Weak Reference ✍️
0:25
Java Soft Reference vs. Weak Reference ✍️

500 views

5 months ago

CodeGym
Reference Variable in Java

To learn more about Reference Variable in Java - https://codegym.cc/groups/posts/java-type-casting Learn the basics of Java ...

2:42
Reference Variable in Java

23 views

8 months ago

TestOpsStudio
What 90% of Java Programmers Get WRONG About Object vs Reference #object

Reference holds memory address, NOT the object! This Java concept fails 90% of interviews When you write Car c1 = new ...

1:56
What 90% of Java Programmers Get WRONG About Object vs Reference #object

589 views

2 months ago

TechIgnite
What is the difference between a primitive data type and a reference data type in Java?  Q 26

Primitive vs Reference Data Types in Java | Explained with Example In this video, we break down one of the most important Java ...

3:58
What is the difference between a primitive data type and a reference data type in Java? Q 26

21 views

4 months ago

__devch
Method Reference Streams y Lambdas #java #javaprogramming #javatutorial #programacion #programadores

Mañana es lunes lo sé pero al menos vas a entender de una vez cuándo usar esto y cuándo usar esto en Java Ambos sirven ...

0:57
Method Reference Streams y Lambdas #java #javaprogramming #javatutorial #programacion #programadores

1,482 views

2 months ago

coderTrade
Java Trap: Object Type vs Reference Type! | Day 13

Day 13 brings an OOP twist. When object and reference types differ - which method actually runs? Don't just guess... prove you're ...

0:14
Java Trap: Object Type vs Reference Type! | Day 13

130 views

7 months ago

Erik Cupsa
how I learned Java to break into FAANG (copy me)

I broke into FAANG by learning Java, here's everything I did so you can copy me #coding #codingforbeginners #learntocode ...

0:49
how I learned Java to break into FAANG (copy me)

396,502 views

11 months ago

DrillCoding
🔥 Java 8 Features Explained | Key Updates in Java 8 | Java Shorts #shorts

Java 8 Features | Key Features of Java 8 | Java Tutorial In this video, you'll learn the Key Features of Java 8: ✓ Lambda ...

0:27
🔥 Java 8 Features Explained | Key Updates in Java 8 | Java Shorts #shorts

583 views

3 months ago

CodeGyaan Hub!
Java Method Calls: What’s Really Passed? 🤔 #Java #CodingQuiz

Quick poll for Java lovers! Do you know how Java passes variables—by value or by reference? Watch this short and test your ...

0:16
Java Method Calls: What’s Really Passed? 🤔 #Java #CodingQuiz

438 views

6 months ago

TechShpere
Java  Hidden Features -⚡ == vs .equals() 🔥–06 😱 #javaprogramming #interview #java  #programming

Confused between `==` and `.equals()` in Java? In this short video, I'll show you a real-time example using a web compiler to ...

1:09
Java Hidden Features -⚡ == vs .equals() 🔥–06 😱 #javaprogramming #interview #java #programming

283 views

6 months ago

Syntax Junkie
🚀 Java Variables & Data Types Explained – Beginner's Guide!  #codenewbie #coding #java  #python

Learn Java Variables & Data Types in this beginner-friendly guide! ✔️ **Primitive Types** – int, double, char, boolean ...

1:05
🚀 Java Variables & Data Types Explained – Beginner's Guide! #codenewbie #coding #java #python

26 views

9 months ago

Tech by Chandhu
"Java 8 Method References Explained in 60 Seconds" |  #java8 #shorts #shortsvideo

In this short video, you'll learn what Method References are in Java, why they are used, and how they simplify lambda ...

1:14
"Java 8 Method References Explained in 60 Seconds" | #java8 #shorts #shortsvideo

261 views

3 months ago