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
243 results
Our Discord, GitHub repo, and socials: https://linktr.ee/geekific.
1,906 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,782 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
For Coursera Python class, week 4, Fall 2012.
3,436 views
13 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
What does immutable mean? A spoken definition of immutable. Intro Sound: Typewriter - Tamskp Licensed under CC:BA 3.0 ...
115 views
11 years ago
The ultimate redux coding course by Mosh Hamedani (Episode 17)
1,196 views
shorts To start using Java reflection and create its annotation, remember that there are retention and target annotations. But what ...
271 views
Strings are immutable in Go, this is an example of a workaround to get a modified string.
27,450 views
6 years ago
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
shorts Java record is a powerful resource to include your favorite feature, mainly when discussing immutable instances. Yes, you ...
362 views
Check out all of Udacity's courses at https://www.udacity.com/courses.
1,137 views
9 years ago
shorts Java Compact Constructor on record allows you to create validation on your Java classes easily. You can have consistency ...
344 views
short explaining about.
30 views
9 months ago
In these video these Question are resolved. What is Immutable class? Any Practical requirement? Can we create our own ...
8 views
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
A quick introduction about HashMap initialization in Java. This video is based on the post: https://marmo.dev/java-hashmap In this ...
823 views
Remove White Spaces In A String #java8 #java8StreamApi lets discuss how to remove white spaces in a given String In Java.
219 views
A primitive - wrapper class in the Java and ActionScript programming languages is one of eight classes provided in the java.lang ...
114 views
10 years ago
Create Immutable Class In #java #coding #interview.
1,272 views
3 months ago
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