String Class (Java Tutorial)

preview_player
Показать описание
In this Java tutorial, we dive into understanding the String class, its properties, and methods. We explore how Java stores Strings in memory, the different ways to declare and initialize a String, and the peculiarities of the String pool.

You'll learn about the difference between referential and value equality and learn to use the .equals() and .equalsIgnoreCase() methods. We further discuss the immutability of Strings and illustrate it with examples. Additionally, we explore other useful methods like .length(), .substring(), and .compareTo().

Thumbnail: 5-26-24
Aligned to AP Computer Science A


#Java #JavaTutorial #JavaTutorials
Рекомендации по теме
Комментарии
Автор

Great video and presentation. Very very helpful!

gabebelanger
Автор

Awesome! You covered all of the weird circumstances! NICE!

maureengarda