Learn Java Primitive Data Types in 5 Minutes

preview_player
Показать описание
Java has 8 primitive data types. From the simplest "Hello World" to the most complex Minecraft, all data stored in a Java program’s memory uses one of these 8 types.

That’s why understanding each them is so important for developers, so let’s discover how to use them one by one.

▶️ Watch me next
Рекомендации по теме
Комментарии
Автор

1:36 I believe from Java 9 onwards string internally represented as byte array instead char

Anbu_Sampath