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
160 results
A NullPointerException tells you where a null value was used, not where it came from. Catching it at the crash site can leave the ...
346 views
11 hours ago
Preparing for **AP Computer Science A (AP CSA)** and struggling to write Java methods from wordy FRQ-style questions?
0 views
15 hours ago
2 views
13 hours ago
In this lecture, we'll learn how to define and use functions (methods) inside Java classes. We'll understand how methods help ...
7 views
19 hours ago
Learn Single Number (LeetCode 136) in Java with Prepflix. Derive XOR from the bit truth table, cancellation, parity, commutativity ...
1 view
0
Learn Single Number II (LeetCode 137) in Java with Prepflix. Start with direct candidate counting, derive per-bit counts modulo ...
10 hours ago
Daily LeetCode Challenge #3550 – Smallest Index With Digit Sum Equal to Index Welcome to another Daily LeetCode Challenge ...
178 views
1 day ago
Learn Two Sum II - Input Array Is Sorted (LeetCode 167) in Java with Prepflix. Start with a genuine brute-force timeout, derive the ...
5 views
Learn why tail-recursion is not feasible for calculating binomial coefficients in Java, and see alternative approaches with clear ...
4 views
20 hours ago
Learn Remove Duplicates from Sorted Array (LeetCode 26) in Java with Prepflix. Understand logical length and the custom judge, ...
Learn Total Hamming Distance (LeetCode 477) in Java with Prepflix. Derive XOR population count, enumerate unordered index ...
14 views
Learn 3Sum Closest (LeetCode 16) in Java with Prepflix. Start with a correct accepted exhaustive baseline, then derive sorting ...
3 views
12 hours ago
What is Return Keyword and what it actually does? How to use it in our code and what are the use cases of that. Explained by ...
8 hours ago
Can you build a **professional Java Payment Service** using Annotations and Javadocs? ☕ In this coding challenge, we ...
6 views
16 hours ago
Learn Factorial Trailing Zeroes (LeetCode 172) in Java with Prepflix. Understand why 2 × 5 creates a trailing zero, why factors of 5 ...
14 hours ago
Learn Valid Triangle Number (LeetCode 611) in Java with Prepflix. Understand strict triangle inequalities and duplicate ...
Learn Container With Most Water (LeetCode 11) in Java with Prepflix. Derive the area formula, inspect a real brute-force timeout, ...
my trip to the city of Solo, Surakarta, Central Java from departure to return home #motovlog #vlogdaily #mytrip #riding #myactivity.
9 views
Learn 3Sum (LeetCode 15) in Java with Prepflix. Understand unique value triplets versus distinct indices, inspect the genuine ...