Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

#6 | Declaring Java Strings and using String literals | Learn Java

Автор: Neil Gillies

Загружено: 2023-09-01

Просмотров: 163

Описание:

In this video we learn about String variables and String literals.

Here is the code used in this lesson:

public class Main {
public static void main(String[] args) {
String firstName = "Mary";
String surname = "MacPherson";
int houseNumber = 7;
String streetAddress = "Park Street";
String town = "Glasgow";
String postcode = "G12 45W";

System.out.println("Your name is " + firstName + " " + surname);
System.out.println("You live at " + houseNumber + " " + streetAddress);
System.out.println(town + " " + postcode);
}
}

Here is a copy of the lesson notes:

// Strings are a data type that allow you to store any text and characters, including "character representations" of numbers.
// For words, names, messages and so on, or combinations of text and numbers - e.g. vehicle registration, postcodes etc.
// You can't perform math operations on any "numbers" stored in a String (you'd need to store them as a numerical data type e.g. int).
// A String is actually a special type of data type and is technically considered a Java class.
// String literals are text values that are not stored within a variable - System.out.print("Hello World");
// You have to decide when best to use Strings and String literals - use a String if you think the value is liable to change.

#6 | Declaring Java Strings and using String literals | Learn Java

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

#7 | User input with the Java Scanner | Java tutorial for beginners

#7 | User input with the Java Scanner | Java tutorial for beginners

Full Java Tutorial for Beginners

Full Java Tutorial for Beginners

#9 | Learn to code

#9 | Learn to code "if" "else" selection statements | Java tutorial for beginners

Intro to Java Record

Intro to Java Record

49 - Python While Loop: Repeat Actions Until a Condition is False

49 - Python While Loop: Repeat Actions Until a Condition is False

#10 | Build a calculator | Java tutorial for beginners

#10 | Build a calculator | Java tutorial for beginners

Крах Jaguar: Как “повестка” в рекламе добила легенду британского автопрома

Крах Jaguar: Как “повестка” в рекламе добила легенду британского автопрома

#658 Jak Unia chce ograć Orbana i Belgię. Odbudowa Ukrainy, Microsoft i Amazon inwestują w Indiach,

#658 Jak Unia chce ograć Orbana i Belgię. Odbudowa Ukrainy, Microsoft i Amazon inwestują w Indiach,

Nice Algebra Math Simplification | Find the Value of X | Algebra

Nice Algebra Math Simplification | Find the Value of X | Algebra

🇩🇪 German Grammar Quiz A2–B1 | Präpositionen & Verben einfach erklärt ✨📘

🇩🇪 German Grammar Quiz A2–B1 | Präpositionen & Verben einfach erklärt ✨📘

❄️ EKSTREMALNA UCIECZKA PRZED WIDZAMI ZOMBIE!?

❄️ EKSTREMALNA UCIECZKA PRZED WIDZAMI ZOMBIE!?

Upadek dolara i nowa waluta BRICS. Czy świat idzie na wojnę? Komentarz Tygodnia

Upadek dolara i nowa waluta BRICS. Czy świat idzie na wojnę? Komentarz Tygodnia

Emergency Room in Slow German | Super Easy German 293

Emergency Room in Slow German | Super Easy German 293

GPT-5.1 Codex Max (Free): First Test in Cursor

GPT-5.1 Codex Max (Free): First Test in Cursor

Как установить Java в Windows 10/11 [Обновление 2023] JAVA_HOME, Установка JDK

Как установить Java в Windows 10/11 [Обновление 2023] JAVA_HOME, Установка JDK

Najlepsza Muzyka Świąteczna 2026 🎄✨ Świąteczne Piosenki 2026 🎁 Świąteczne Hity 🎄🎅 Boże Narodzenie

Najlepsza Muzyka Świąteczna 2026 🎄✨ Świąteczne Piosenki 2026 🎁 Świąteczne Hity 🎄🎅 Boże Narodzenie

NAJBARDZIEJ CHAMSKI UCZEŃ w SZKOLE

NAJBARDZIEJ CHAMSKI UCZEŃ w SZKOLE

#13 | Build menus with switch and case statements | Java tutorial for beginners

#13 | Build menus with switch and case statements | Java tutorial for beginners

🇩🇪 Практикуйте фразы немецкого для детсада быстро | A1-A2 | Учите лёгкий немецкий сегодня для нач...

🇩🇪 Практикуйте фразы немецкого для детсада быстро | A1-A2 | Учите лёгкий немецкий сегодня для нач...

Ideologia Rosji jako trwałe źródło zagrożenia || Radosław Sikorski - didaskalia#163

Ideologia Rosji jako trwałe źródło zagrożenia || Radosław Sikorski - didaskalia#163

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]