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
158 results
Day 14 of my coding journey! Today I continued solving String questions to strengthen problem-solving skills. Strings are a key ...
26 views
1y ago
Java Backend Interview Series – Day 12 Today's Java Interview Question: Find the common characters between two strings ...
52 views
2mo ago
java #spring #datastructures #javaprogramming #javaplacementcourse.
15 views
20 views
2y ago
Day 13 of my coding journey! ✨ Today I started solving String questions — an important topic for coding interviews and ...
5 views
Can you find the 2nd smallest element in a given array WITHOUT using standard for or while loops? In this quick Java interview ...
49 views
3mo ago
35 views
Day 30/30 Coding Challenge In this video, we solve one of the most popular coding interview questions – Two Sum using Java.
4mo ago
Welcome to Java Backend Bytes !!! Are you passionate about Java and eager to master the art of backend development? You've ...
9 views
Watch our candidate's mock interview session as they tackle Java (automation testing) interview questions and showcase their ...
1,768 views
3y ago
In this video, we solve the classic “First Unique Character in a String” problem — a frequently asked DSA / Coding Interview ...
132 views
In this video, we solve the Longest Common Prefix problem — a frequently asked question in coding interviews at FAANG and top ...
184 views
In this video, I solved a medium-difficulty frontend technical coding interview round question from company X. This is an ...
158 views
Master the Pyramid Pattern Program in Java with this quick and easy explanation! 🔥 This pattern is one of the most frequently ...
78 views
9mo ago
In this video, we solve the Longest Palindromic Substring problem — a top-rated DSA question frequently asked in coding ...
163 views
In this video, we solve LeetCode 3227 – Vowels Game in a String using a clean and interview-ready approach in Java.
36 views
7mo ago
This is the 75th question of the Problem Solving Series and 13th problem on String. This question has been asked in Google, ...
In this video, we solve LeetCode 2194 – Cells in a Range on an Excel Sheet using a clean and efficient approach in Java.
14 views
Why Should You Learn DSA Patterns in 2026? https://www.youtube.com/watch?v=ks-aCN8dzv0 DSA Patterns Playlist: https://www ...
20,729 views
8mo ago
Welcome to Java Guru Ravi! In this lecture, we explore Command Line Arguments in Java, an essential concept for passing inputs ...
731 views
Day 29/30 of my DSA Challenge In this video, we solve LeetCode 2404: Most Frequent Even Element using Java with a clear and ...
12 views
5mo ago
🔥 Want to master pattern programs in Java? In this video, we will learn how to print a 🔷 Diamond Shape Pattern using Java ...
93 views
Problem link: https://leetcode.com/problems/sort-characters-by-frequency/ Link to solution post: ...
java #coding #program Title: Reverse a Number in java | Beginner-Friendly Program with Explanation Reverse number program ...
73 views
In this video, we solve LeetCode 263 – Ugly Number using a simple and efficient approach in Java. This problem helps you ...
31 views
... campus coding questions accenture coding questions and answers accenture coding questions java accenture assessment test ...
1,236 views
LeetCode 3 – Longest Substring Without Repeating Characters | Java Solution | Sliding Window Explained Struggling with Sliding ...
17 views
1,432 views
LeetCode 2095 – Delete the Middle Node of a Linked List | Java Solution | Fast & Slow Pointer Explained In this video, we solve ...
13 views
727 views
In this video, we solve the Factorial Number Problem — a classic DSA (Data Structures & Algorithms) question that is frequently ...
63 views
In this video, we solve the famous “Roman to Integer” problem — a top-rated DSA interview question frequently asked in coding ...
75 views
Thread & Multithreading in Java In this video, we'll understand the Thread and Multithreading concepts in Java in a simple and ...
79 views
3w ago
LeetCode 42 – Trapping Rain Water | Java Solution | Two Pointer Explained One of the most famous Hard-level interview ...
27 views
In this video, you'll learn everything about Variables in Java with a simple example. Topics Covered: ✓ What is a Variable?
18 views
1mo ago
1,490 views
LeetCode 2904 – Shortest and Lexicographically Smallest Beautiful String | Easy Approach in Tamil In this video, we will ...
1,097 views
4w ago
In this video, we solve LeetCode 976 – Largest Perimeter Triangle using an efficient and interview-ready approach in Java.
19 views
2,445 views
Post: https://helloacm.com/teaching-kids-programming-minimum-distance-of-two-words-in-a-sentence-string/ If you like this video ...
57 views
4y ago
Java Basics in PHASE ONE video — Let's go! ✓ Install Java & set up your IDE ✓ Variables & Data Types (int, String, boolean ...
In this episode of my 2-Hour DSA Study With Me series, I focus on Queue data structure fundamentals and solve 2 important ...
702 views
Welcome to Java Tutorial Series - Episode 3 In this video, you will learn Java Data Types from scratch with easy explanations and ...
29 views
LeetCode 2213 – Longest Substring of One Repeating Character is today’s Daily LeetCode Challenge – 13th August 2026. In this ...
385 views
Identify a Code in Java | Keyword used in Java #java #viral Want to identify Java code easily? 🤔 In this video, you’ll ...
46 views
In this video, we solve the “Remove Element” problem from LeetCode — a popular array-based DSA question that frequently ...
85 views
In this video, we solve one of the most popular interview questions: Product of Array Except Self. We start with the brute force ...
In this video, we solve the famous “Generate Parentheses” problem from LeetCode — a must-know DSA question often asked in ...
24 views
In this video, we solve the famous Invert Binary Tree problem — a classic LeetCode Easy challenge and one of the most important ...
71 views
In this video, we solve LeetCode 283 – Move Zeroes using an efficient array manipulation approach in Java. This problem is a ...
6mo ago
🚀 Welcome to the Complete Java Programming Course for Beginners! In this first video of our Java Tutorial Series, you’ll ...
55 views
1,746 views
Day 6 and 7 of my coding journey! I continued practicing Binary Search on Answers and solved more problems to strengthen ...
22 views
In this video, we solve the famous 3 Sum Problem from LeetCode — a must-know DSA interview question frequently asked in ...
165 views
Welcome to Java Guru Ravi! In this lecture, we continue our deep dive into the Ternary Operator (? :) in Java, exploring advanced ...
200 views
... for interview, java algorithms interview questions and answers, advanced data structure interview questions, array dsa interview ...
61 views
Just getting started with Java? In this video, we explain everything you need to know about variables in Java, including how to ...
Day 26/30 of My DSA Challenge In this video, we solve LeetCode 121 – Best Time to Buy and Sell Stock using an efficient ...
6 views
In this video, you'll learn one of the most important concepts in Java programming: Class and Object. We will understand ...
80 views
Post: Longest Palindromic Substring (Optimised Bruteforce and Dynamic Programming Algorithm) If you like this video and would ...
Welcome to Java Guru Ravi! In this lecture, we discuss how to take runtime input in Java using the Scanner class, an essential ...
67 views
In this video, we solve the popular “Valid Anagram” problem — a common question in coding interviews for top tech companies ...
178 views
Larry solves and analyzes this Leetcode problem as both an interviewer and an interviewee. This is a live recording of a real ...
530 views
Want to learn Redis from scratch and prepare for backend interviews? In this video, we cover complete Redis theory in a simple ...
754 views
LeetCode 3069 – Distribute Elements Into Two Arrays I | Easy Approach in Tamil In this video, we will solve LeetCode 3069 ...
437 views
Welcome to Coder's Paradise - Your Gateway to Programming Excellence! Are you ready to embark on a thrilling journey into ...
28 views
Problem Link: https://leetcode.com/problems/binary-tree-preorder-traversal/description/ Code: ...
177 views
In this video, we solve LeetCode 237: Delete Node in a Linked List, one of the most interesting trick-based interview questions.
Java Programming for Beginners | Complete Java Course for Beginners Welcome to Flare Study Are you new to Java ...
902 views
LeetCode 1386 - Cinema Seat Allocation | Today's LeetCode Daily Challenge | Tamil In this video, we will solve LeetCode 1386: ...
567 views
Are you confused about Python Data Types? Don't worry! In this complete One Shot Python Data Types Tutorial, we will learn ...
81 views
Welcome to Java Guru Ravi! In this lecture, we take an in-depth look at System.out.println in Java. This commonly used statement ...
120 views
Post: https://helloacm.com/teaching-kids-programming-intersection-of-multiple-arrays-set-and-counter/ If you like this video and ...
51 views
DSA Patterns Playlist: https://www.youtube.com/playlist?list=PLbJhGqY-mq47k_WLUtzVjmarUm1EuXPj2 Find the pattern sheet here ...
755,180 views
11mo ago
Java Daemon Thread explained in simple words. Learn Java Multithreading Daemon Thread with real example for interviews.
344 views
#CoreJava #JavaProgramming #JavaBasics #LearnJava #JavaForBeginners #Programming #CSE #SoftwareEngineering #CodingLife ...
147 views