ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

26 results

LD TechLab – IT & Programming Made Simple
Your Java Code Looks Correct… But Fails (Beginner Java Errors)

Why does your Java IF condition fail even when your code looks correct? In this beginner-friendly Java tutorial, I explain the most ...

7:03
Your Java Code Looks Correct… But Fails (Beginner Java Errors)

0 views

14 minutes ago

Efaculty
ICSE Java Programming | Class 9 & 10 | Episode 4 | if-else Statement in Java

Welcome to Episode 4 of Java Programming for ICSE Class 9 and Class 10. In this video, you will learn about the if-else statement ...

18:01
ICSE Java Programming | Class 9 & 10 | Episode 4 | if-else Statement in Java

18 views

23 hours ago

CodeRidge Technologies
Java Statements in Java | Step-by-Step Explanation | CodeRidge Technologies | #Javastatements

In this video, we explain Java Statements in a simple and easy-to-understand way. You'll learn how Java controls the flow of ...

37:16
Java Statements in Java | Step-by-Step Explanation | CodeRidge Technologies | #Javastatements

0 views

18 hours ago

Smart Semester
Control Flow Statements | Types and Simple If Statement | Core Java | Telugu Explained

In this video, you will learn about Control Flow Statements in Java, their different types, and how the Simple If statement works with ...

12:37
Control Flow Statements | Types and Simple If Statement | Core Java | Telugu Explained

27 views

23 hours ago

CS CORNER Sunita Rai
5 Major Components of JDBC Explained (Driver, Connection, Statement, ResultSet) | JDBC Tutorial

In this video, we dive deep into the Components of JDBC. If you are learning Advanced Java or preparing for a backend ...

32:03
5 Major Components of JDBC Explained (Driver, Connection, Statement, ResultSet) | JDBC Tutorial

62 views

21 hours ago

Binary Brains,Nagpur
Java Logical Operators Tutorial | Understanding && and ||

In this video, you will learn Logical Operators in Java, focusing on AND (&&) and OR (||) operators with clear explanations and ...

19:04
Java Logical Operators Tutorial | Understanding && and ||

26 views

20 hours ago

Code Silica
Longest Consecutive Sequence | LeetCode Interview Question | HashSet Explained in Java

Day 7/150 – LeetCode 150 Interview Questions Series (Java) In this video, we solve the “Longest Consecutive Sequence” ...

4:04
Longest Consecutive Sequence | LeetCode Interview Question | HashSet Explained in Java

0 views

19 hours ago

Code Silica
Group Anagrams | LeetCode Interview Question | HashMap Explained in Java

Day 5/150 – LeetCode 150 Interview Questions Series (Java) In this video, we solve the “Group Anagrams” problem — a very ...

2:57
Group Anagrams | LeetCode Interview Question | HashMap Explained in Java

0 views

20 hours ago

Code Silica
Product of Array Except Self | LeetCode Interview Question | Prefix & Suffix Explained in Java

Day 6/150 – LeetCode 150 Interview Questions Series (Java) In this video, we solve the “Product of Array Except Self” problem ...

5:59
Product of Array Except Self | LeetCode Interview Question | Prefix & Suffix Explained in Java

0 views

19 hours ago

Daily Dose Of LeetCode
LeetCode Daily 3074 | Apple Redistribution into Boxes (Sorting + Greedy)  | Easy | Solution

LeetCode Daily Problem 3074 – Apple Redistribution into Boxes (Easy) | Daily Dose of LeetCode Clear problem explanation, ...

8:04
LeetCode Daily 3074 | Apple Redistribution into Boxes (Sorting + Greedy) | Easy | Solution

55 views

9 hours ago

CyberJAR
I Solved Advent of Code 2025 in Kotlin: Here's How It Went

Every year, Advent of Code spawns thousands of solutions — but few engineers step back to see the bigger picture. This is a ...

37:50
I Solved Advent of Code 2025 in Kotlin: Here's How It Went

60 views

22 hours ago

Codexani
Conditional Statements in Java | If, If-Else, If-Else-If, Nested If | Lecture 7

Conditional Statements in Java | Full Explanation with Real-Life Examples & Code Is video me humne Conditional Statements in ...

7:25
Conditional Statements in Java | If, If-Else, If-Else-If, Nested If | Lecture 7

23 views

18 hours ago

SV TECH KNOWLEDGE
PPS Important Questions | JNTUH R25 | 1st Year 1st Sem | Unit-Wise | #PPS | #JNTUHR25 | #learntocode

This video covers UNIT-WISE IMPORTANT QUESTIONS for 📘 PROGRAMMING FOR PROBLEM SOLVING (PPS – C Programming) as per JNTUH R25 ...

3:40
PPS Important Questions | JNTUH R25 | 1st Year 1st Sem | Unit-Wise | #PPS | #JNTUHR25 | #learntocode

65 views

22 hours ago

Planet Doug
You Corrected My QRIS Mistakes – Thank You! (Plus GoJek/GoPay Secrets I Missed)

I recently posted a video about my experiences using and testing a local Indonesian e-wallet by scanning QRIS codes. I chose the ...

1:13:20
You Corrected My QRIS Mistakes – Thank You! (Plus GoJek/GoPay Secrets I Missed)

1,791 views

9 hours ago

MIZAN STORY
EAST JAVA IS IN A SHOCK‼️ Niken Salindry Receives a Gift from Her Future Mother-in-Law While Eati...

East Java's social media scene is in an uproar again! 😱 A moment of togetherness between Niken Salindry and Mas Lindra (the ...

43:40
EAST JAVA IS IN A SHOCK‼️ Niken Salindry Receives a Gift from Her Future Mother-in-Law While Eati...

467 views

2 hours ago

Binary Brain
Star Pattern Problem Using java Programming Language(Java tutorial for beginners) . #starpatterns

java program to print star patterns java programming tutorial for beginners java pattern problems java program to print. very ...

7:17
Star Pattern Problem Using java Programming Language(Java tutorial for beginners) . #starpatterns

0 views

19 hours ago

vlogommentary
Why Using ScheduledExecutorService with try-with-resources Fails in Java

Learn why wrapping ScheduledExecutorService in a try-with-resources block stops scheduled tasks from running, and how to ...

3:19
Why Using ScheduledExecutorService with try-with-resources Fails in Java

0 views

19 hours ago

GFG Solutions
#764 Two Best Non-Overlapping Events | Leetcode POTD | GFG Solutions | 23-12-2025

764 Two Best Non-Overlapping Events | Leetcode POTD | GFG Solutions | 23-12-2025 Problem Statement ...

0:41
#764 Two Best Non-Overlapping Events | Leetcode POTD | GFG Solutions | 23-12-2025

0 views

21 hours ago

Beyond the Bracket
#02 | Check Palindrome String | 2 Ways (Java)

Problem Statement Given a string, check whether it is a Palindrome. A string is called a Palindrome if it reads the same from left to ...

8:36
#02 | Check Palindrome String | 2 Ways (Java)

0 views

23 hours ago

vlogommentary
Generating Jacoco Code Coverage Report for Android Projects

Learn how to properly set up Jacoco in your Android project to generate code coverage reports for both unit and UI tests.

4:15
Generating Jacoco Code Coverage Report for Android Projects

0 views

19 hours ago