ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

135 results

Otavio Santana
Java Best Practices: Avoiding Boolean Parameters for Cleaner Code - Explained with Examples

In this informative Java tutorial, discover why using boolean parameters in your methods can lead to hard-to-read and maintain ...

6:37
Java Best Practices: Avoiding Boolean Parameters for Cleaner Code - Explained with Examples

617 views

2 years ago

OSLIS Secondary Videos
Building Search Strings, Part 1: Boolean Operators

In this two-part tutorial, you'll learn strategies to help you combine search terms into effective search strings. This video focuses on ...

6:27
Building Search Strings, Part 1: Boolean Operators

65,325 views

8 years ago

McMaster Libraries
How Library Stuff Works: Boolean Operators (AND OR NOT)

Learn how to use the Boolean Operators AND/OR/NOT to target and refine your search.

3:44
How Library Stuff Works: Boolean Operators (AND OR NOT)

196,644 views

9 years ago

Otavio Santana
Goodbye, three-state Boolean! Learn how to do a better design

It is trivial that we must represent three states in our code, such as a valid, invalid, and uninitialized process. One way to express it ...

11:42
Goodbye, three-state Boolean! Learn how to do a better design

617 views

3 years ago

McMaster Libraries
How Library Stuff Works: Boolean Modifiers "", *, ( )

Learn how to format your search using the Boolean Modifiers quotes " ", asterisk *, and parenthesis ( ),

3:35
How Library Stuff Works: Boolean Modifiers "", *, ( )

104,668 views

9 years ago

J David Eisenberg
Chapter 4: Using a Boolean to control an input loop

In a preceding video, we had duplicated code to read the user input outside the loop and inside the loop. To avoid duplicated ...

3:38
Chapter 4: Using a Boolean to control an input loop

392 views

5 years ago

PfauLibrary
Using Boolean Operators

This video demonstrates how to use the Boolean operators AND, OR, and NOT to broaden or narrow database searches.

2:14
Using Boolean Operators

90,713 views

10 years ago

OSLIS Elementary Videos
Searching Effectively   Boolean Operators

In this two-part tutorial, you'll learn strategies to help you combine search terms into effective search strings. This video focuses on ...

6:31
Searching Effectively Boolean Operators

52,093 views

7 years ago

The Mentor CodeLab
Defining Boolean Data Type - Programming For Beginners | #10

Programming For Beginners: Defining Boolean Data Type Boolean Data are the simplest of all, yet a Boolean is one of the most ...

7:47
Defining Boolean Data Type - Programming For Beginners | #10

17 views

2 years ago

Paul Carter
Boolean Blocks Part 1

If you are not yet an Open University student and would like to know more about learning to program using OUBuild or would like ...

2:28
Boolean Blocks Part 1

957 views

8 years ago

Meri (Engel) Kasprak - programming videos
If and While in Java

Using if, if else, and while statements in Java.

4:29
If and While in Java

187 views

8 years ago

Code.org
CS in Algebra: Big Game Compound Booleans

Booleans allow us to answer yes or no questions. To more specific questions you'll need to deploy compound booleans.

2:01
CS in Algebra: Big Game Compound Booleans

735 views

10 years ago

J David Eisenberg
Chapter 3: The char and _Bool data types

These data types let you store single characters and true/false values.

2:40
Chapter 3: The char and _Bool data types

183 views

5 years ago

COMPUTER & EXCEL SOLUTION
How to use boolean data type in Ms Access SQL@COMPUTEREXCELSOLUTION #msaccess

access Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

8:17
How to use boolean data type in Ms Access SQL@COMPUTEREXCELSOLUTION #msaccess

45 views

7 months ago

Otavio Santana
Java's Encapsulation -  When the getter and setter became your enemy

Encapsulation is the key to a good code design, but how to archive it? Java developers automatically think about putting getter ...

12:08
Java's Encapsulation - When the getter and setter became your enemy

1,112 views

3 years ago

Meri (Engel) Kasprak - programming videos
Classes and Objects in Java

Creating your first class and instantiating objects from it in Java.

3:17
Classes and Objects in Java

96 views

8 years ago

Sinhala java tutorials
java tutorial Sinhala 2  Hello World  hello world program in java

Java Sinhala Tutorial Java for Beginners step by step in Sinhala | Java Sinhala | Complete Java Full Course in 8 Hours java ...

8:47
java tutorial Sinhala 2 Hello World hello world program in java

143 views

1 year ago

Meri (Engel) Kasprak - programming videos
Java 8 - working with dates

Calculating days until the user's next birthday.

3:45
Java 8 - working with dates

636 views

8 years ago

J David Eisenberg
Chapter 6: Using booleans to control a while loop:

You can use booleans in the condition of a while loop. This will avoid duplicate code in a loop that asks for user input.

3:13
Chapter 6: Using booleans to control a while loop:

256 views

4 years ago

J David Eisenberg
Chapter 4: if and else

Programs can do different things depending on whether a condition is true or false by using the if and else statements.

5:41
Chapter 4: if and else

168 views

2 years ago