ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

329 results

LD TechLab – IT & Programming Made Simple
Why Your Java Conditions Don’t Work (Beginner Mistakes Explained)

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
Why Your Java Conditions Don’t Work (Beginner Mistakes Explained)

13 views

2 weeks ago

Coding Pills
Tricky Boolean Check in Java | if (b = true) vs if (b == true) Explained

In this video, we explore a common and tricky Java programming mistake related to boolean conditions. You will learn why the ...

5:35
Tricky Boolean Check in Java | if (b = true) vs if (b == true) Explained

4 views

6 days ago

Java Simplified
Most Developers Are Wrong About boolean in Java

Most developers think boolean has a fixed size in Java. But Java does NOT define boolean size. It depends on the JVM ...

0:20
Most Developers Are Wrong About boolean in Java

1,946 views

11 days ago

Modding by Kaupenjoe
Hytale & Minecraft Modding Java Introduction (2026) #8: Booleans & Logic

In this Java Tutorial Guide for Minecraft Modding and Hytale Modding, we are talking about Booleans & Logic, true and false as ...

23:28
Hytale & Minecraft Modding Java Introduction (2026) #8: Booleans & Logic

723 views

4 weeks ago

ElTioCode
Variables en Java desde cero | int, double y boolean (Eclipse)

En este video aprenderás qué son las variables en Java y para qué sirven, explicado de forma sencilla y paso a paso. Veremos ...

2:14
Variables en Java desde cero | int, double y boolean (Eclipse)

7 views

2 weeks ago

shihan jayasinghe
Java Variable Explained | int, double, boolean, char & String | java basics 3

Welcome to Java Programming – Beginner to Developer In this video, you will learn Java Variables from scratch in simple ...

9:38
Java Variable Explained | int, double, boolean, char & String | java basics 3

6 views

3 weeks ago

Maestro Andoy
Math Methods, Relational, and Boolean Operators Review Quiz | Java Programming Tutorial Series

Related Videos: Introduction To Java Programming Review Quiz https://youtu.be/dtbCCIbI7II Java Syntax Review Quiz ...

19:30
Math Methods, Relational, and Boolean Operators Review Quiz | Java Programming Tutorial Series

363 views

13 days ago

Othman Shbeir
Lecture 05: Boolean Variables in Java (Comparison, Logical Operators & Conditions)

In this Programming 1 – Lab lecture 05, we explore Boolean variables in Java, which are essential for decision-making and ...

11:35
Lecture 05: Boolean Variables in Java (Comparison, Logical Operators & Conditions)

37 views

5 days ago

JAVA BY GANESH
Lecture 8 | Java Literals Explained | Floating Point Literals & Boolean Literals | Java Basics

In this video, I explain Java Literals with a clear focus on: Floating Point Literals in Java Boolean Literals in Java Topics ...

45:25
Lecture 8 | Java Literals Explained | Floating Point Literals & Boolean Literals | Java Basics

27 views

3 weeks ago

Coding Pills
Java Tricky Boolean & Operator Question | Output Based Interview Question Explained

In this video, we solve a tricky Java output-based interview question that confuses many beginners and even experienced ...

5:24
Java Tricky Boolean & Operator Question | Output Based Interview Question Explained

0 views

5 days ago

Learn with W3Schools
W3Schools Java Full Course For Beginners: Lesson-9 | Java W3Schools Tutorial | Java Booleans

Welcome to the W3Schools Java Full Course for Absolute Beginners, a complete 18-lesson Java programming series taught by ...

4:24
W3Schools Java Full Course For Beginners: Lesson-9 | Java W3Schools Tutorial | Java Booleans

0 views

2 weeks ago

Coding Pills
String Tricky Interview Question | Java

In this video, we cover one of the most common and tricky Java interview questions related to String comparison.

4:57
String Tricky Interview Question | Java

0 views

4 days ago

JAVA BY GANESH
📘 Lecture 6 | Java Data Types Explained | char, boolean , float & double

In this video, we cover four important Java data types: char, boolean, float, and double. This tutorial is part of the Java Data Types ...

42:39
📘 Lecture 6 | Java Data Types Explained | char, boolean , float & double

35 views

4 weeks ago

Hacktrickz
20.2 : Wrapper Classes (Int,double,boolean) | Autoboxing & Unboxing [Abdul Bari] Java Course

This lecture provides a complete explanation of Wrapper Classes in Java from the java.lang package. You will understand how ...

40:27
20.2 : Wrapper Classes (Int,double,boolean) | Autoboxing & Unboxing [Abdul Bari] Java Course

13 views

3 weeks ago

Java Boy
complementando meu codigo boolean JAVA
2:15
complementando meu codigo boolean JAVA

0 views

2 weeks ago

JavaWithNandini
Data Types in Java |  Explained Simply | Java for Beginners | Day 15

In this video, we explain Java Data Types in the simplest way possible. This is Day 15 of our Java for Beginners series. You'll ...

5:17
Data Types in Java | Explained Simply | Java for Beginners | Day 15

27 views

7 days ago

Deepanshu Rohilla
4) Java Primitive Data Types Explained | int, float, double, char, boolean (Beginner Friendly)

n this video, we continue our Java basics series by diving deep into Primitive Data Types in Java. You already know what ...

10:51
4) Java Primitive Data Types Explained | int, float, double, char, boolean (Beginner Friendly)

19 views

3 weeks ago

vlogommentary
Handling false Boolean Values in JSONAPI Marshalling with Go

Learn how to correctly marshal Go boolean fields, including false values, as JSONAPI attributes without losing data or getting ...

3:00
Handling false Boolean Values in JSONAPI Marshalling with Go

0 views

2 weeks ago

Java Simplified
This Java Rule Silently Causes Bugs

Java assigns default values automatically. int = 0 double = 0.0 boolean = false Objects default to null. This rule silently causes ...

0:24
This Java Rule Silently Causes Bugs

406 views

10 days ago

Myra Projects
Efficient and Verifiable Searchable Encryption With Boolean Search for Encrypted Cloud Logs

For Any Projects contact Myra Projects K.shanthan 7702177291 Efficient and Verifiable Searchable Encryption With Boolean ...

6:03
Efficient and Verifiable Searchable Encryption With Boolean Search for Encrypted Cloud Logs

11 views

3 weeks ago

Hemant Gandhi
Mastering Java | Primitive Data Types Explained

Learn everything about Java datatypes, including primitive types (like int, double, boolean). Understand best practices for ...

11:59
Mastering Java | Primitive Data Types Explained

15 views

3 weeks ago

DEBUGGED
Java Lesson 3 – Conditional Logic (if, else if, else)

In Lesson 3 of the Java Beginner series, we introduce the essential concept of conditional logic. This is how programs make ...

17:07
Java Lesson 3 – Conditional Logic (if, else if, else)

3 views

3 weeks ago

TECHIE Ayush
Java Module 2  part 1– Data Types, Variables & Input/Output Exercises

In this beginner-friendly Java tutorial (Module 2 Part 1), we cover the essential Java basics and syntax you need to start writing ...

8:43
Java Module 2 part 1– Data Types, Variables & Input/Output Exercises

13 views

9 days ago

JavaWithNandini
Data Types in Java |  Explained Simply | Java for Beginners | Day 15

In this video, we explain Java Data Types in the simplest way possible. This is Day 15 of our Java for Beginners series. You'll ...

1:00
Data Types in Java | Explained Simply | Java for Beginners | Day 15

450 views

7 days ago

Code2Compile
Java Quiz ❓ Default Value of boolean in Java

Java quiz for beginners ☕ Comment A / B / C / D Follow @Code2Compile for daily Java quizzes #java #javaquiz ...

0:13
Java Quiz ❓ Default Value of boolean in Java

0 views

3 days ago