Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
1,125 results
The String Constant Pool (SCP) is a dedicated memory region in the Heap where the Java Virtual Machine (JVM) stores string ...
2,056 views
6 months ago
Strings in Java DSA in One Shot ◾◼️ Useful Notes & Courses Links◼️◾ Free Notes ...
1,950 views
3 months ago
Confused why == and .equals() behave differently when comparing Strings in Java? In this video, I explain everything behind ...
897 views
This video covers Strings in depth in Java, including the String pool Full Playlist link: ...
594 views
11 months ago
One of the most common Java interview questions is — Why are Strings immutable in Java? In this video, I explain the real ...
1,126 views
what is String, why string is Immutable| What is String buffer what is String builder what string is immutable Annotations #java ...
3 views
7 months ago
00:00 What Strings are 00:28 String literals + String Pool 00:57 new String() creates a new object 01:26 == checks references (not ...
47 views
3 weeks ago
12 views
Are you confused about how String works internally in Java? In this video, I explain Java String Pool, Constant Pool, Heap ...
2 months ago
Ever been betrayed by the humble == operator when comparing strings in Java? You're not alone! This hilarious 1-minute guide ...
522 views
9 months ago
What is the String Pool in Java? Discover how Java optimizes memory usage by using the String Pool (also known as String ...
6 views
Explore the intricacies of Java string handling, including the string pool, compile-time constants, and practical implications for ...
0 views
5 Mind-Blowing Java String Secrets Every Developer Should Know! Java Strings Exposed: 5 Hidden Features You Never Knew ...
70 views
Dive into the nuances of Java's `String` pool and learn why it's beneficial to create `String` objects from it instead of the heap.
4 views
8 months ago
In this short video, I explain one of the most confusing Java interview questions: What is the difference between == and .equals() ...
23 views
5 months ago
Dive into the nuances of Java's String Pool while learning how `IntelliJ IDEA` handles string equality, and why the evaluator might ...
4 months ago
Confused by Strings in Java? You're not alone! In this easy-to-follow Java tutorial, we'll break down immutable strings, the string ...
36 views
Welcome to Java Code Academy! ☕ In this video, we move from Arrays to one of the most important topics in Java: Strings.
1 view
In this short video, we explain the intern() method in Java clearly and quickly. You will learn: ✓ What is String intern() ✓ Why ...
9 views
1 month ago
Discover how many objects are created in the `Java String Pool` when manipulating string literals in your code. Understand the ...