filmov
tv
Java Practice Examples - Module 2-2 Comparing Strings

Показать описание
In this series, we'll be using the free Visual Studio Code to develop and test our code samples.
-- Video Description --
In this video we will look out how to make comparisons with strings. We will look at string objects vs. literal strings, comparing different string objects, case sensitivity, class methods for working with strings to make comparisons, and more. All in the effort to make effective conditional statements within Java.
-- Video Chapters --
00:00 - Introduction
00:25 - Comparing String Literals to String Obj
00:54 - Comparing two string objects
01:25 - Checking for String Inequality
02:02 - Checking Case Sensitivity
02:31 - Comparing with String Methods
03:20 - Comparing without case sensitivity