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
5,935 results
How to use if if else statement and also the boolean data type in Java program so first I'm going to declare here a boolean ...
96 views
5 months ago
You've heard of faulty logic. You've heard of circular logic. You've even heard of logic puzzles. But have you heard of Boolean ...
81 views
10 months ago
Empiezas a programar en Java y no sabes qué son las variables? ¡Estás en el lugar correcto! En este tutorial, te explicamos ...
252 views
8 months ago
Master Java basics with this AP Computer Science A question! Let's break down the code step by step to understand the output: ...
914 views
11 months ago
Let's look at the boolean data type — tiny but critical in Java. ✓ Can store only two values: true or false ✓ Technically just 1 bit, ...
760 views
A nicer alternative to a boolean Predicate Java used in this short: openjdk version "21" 2023-09-19 LTS I regularly publish the ...
3,712 views
4 months ago
Explore the differences between using `AtomicBoolean` and `volatile boolean` in Java concurrency. Understand how these ...
8 views
Are you confused about the difference between Boolean (wrapper class) and boolean (primitive type) in Java? In this video, we ...
61 views
6 months ago
In this video, we review the and (&&), or (||) and not (!) operators in Java as well as briefly talking about De Morgan's Laws and ...
142 views
2 months ago
Learn how to resolve the common Java error of `Cannot convert double to boolean` in your calculator application by ...
4 views
Is 'true' or 'false' allowed for boolean datatypes? In Java and other languages, yes. But not in Python! Remember this. #Boolean ...
412 views
Description: What is the output of the code? boolean a = true; boolean b = false; System.out.print((a == !b) != false); Options: A) ...
1,338 views
9 months ago
Description: Ready to test your Java skills? Let's break down how the if statement works with boolean logic, specifically using !
1,386 views
(Mis)Using a for-loop for polling Java used in this short: openjdk version "21" 2023-09-19 LTS I regularly publish the most popular ...
846 views
Java interview question | java code | boolean interview Question | java coding question #java #javaprogramming #javatutorial ...
279 views
java #javatutorial #javacourse Java tutorial for beginners full course 2025 *My original Java 12 Hour course* ...
2,836,837 views
Think you know Java basics? What's the default value of a boolean variable? A) true B) false C) 0 D) null Drop your answer ...
221 views
550 views
javaprogramming #coding #booleanlogic #comparisonoperators In Java, a boolean is a primitive data type representing one of ...
10 views
Learn how to assign a boolean value in Java based on multiple conditional checks involving age1, age2, and age3.
3 views