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
235 results
Our Discord, GitHub repo, and socials: https://linktr.ee/geekific.
1,903 views
4 months ago
Java interview question 2 Why String in java is immutable String variable can be changed to point at any object but the string ...
21,775 views
4 years ago
https://www.immudb.io With immudb you can track changes in sensitive data in your transactional databases and then record ...
2,784 views
5 years ago
Java 14 introduced the record keyword. Learn how records simplify the creation of immutable data classes by automatically ...
537 views
2 years ago
Hi everyone, In this video we will see how to make an if statement in java…. more readable and concise. Let's check this code ...
133 views
Learn about strings in Java. A String in Java is a reference type that represents a collection of characters. Strings allow you to ...
95 views
This short example shows how to check the Java String immutability concept. #shorts #java #string #immutability. Immutable ...
2,629 views
3 years ago
shorts To start using Java reflection and create its annotation, remember that there are retention and target annotations. But what ...
271 views
What does immutable mean? A spoken definition of immutable. Intro Sound: Typewriter - Tamskp Licensed under CC:BA 3.0 ...
115 views
11 years ago
shorts Java record is a powerful resource to include your favorite feature, mainly when discussing immutable instances. Yes, you ...
362 views
Strings are immutable in Go, this is an example of a workaround to get a modified string.
27,449 views
6 years ago
shorts Java Compact Constructor on record allows you to create validation on your Java classes easily. You can have consistency ...
343 views
In this video I go over a few methods of how to convert an array into a list in Java. I hope you found this video helpful, thanks for ...
17 views
Check out all of Udacity's courses at https://www.udacity.com/courses.
1,137 views
9 years ago
In these video these Question are resolved. What is Immutable class? Any Practical requirement? Can we create our own ...
8 views
Object.freeze is a shallow freezing feature that makes an object immutable at runtime. Java has no direct equivalent; instead, ...
96 views
5 months ago
Want to create clean, concise data classes? Learn how to use records in Java 17 to simplify your code with immutable data ...
0 views
7 months ago
In this part, we will discuss immutability of val, using two examples: one from Java hash-map, and another from Scala mutable ...
15 views
The ultimate redux coding course by Mosh Hamedani (Episode 17)
1,196 views
The String toString method in Java is one of the most useless methods in Java. It converts the value that's already a string, to a ...
4,951 views