What are the primitive types in Java? #javalanguage #javacoding #javatips #javacodinginterview

preview_player
Показать описание
Cracking the #Java #Coding #Interview - Question 202: What are the primitive types in Java?
Рекомендации по теме
Комментарии
Автор

I'm waiting with impatience for Project Valhalla to be released.

pro_gamer
Автор

Just FYI, you can now make YouTube shorts up to 3 minutes in length.
(not that this particular one needed to be any longer, but others might benefit from a bit more explanation)

jay_sensz
Автор

All these days i was thinking everything wrong

redn
Автор

Welcome boolean to the gang of primitives 😅

VuLinhAssassin
Автор

Note for the beginners: The performance of the types does not matter for you, use the wrapper types like Integer until you run into actual performance problems or you make your life unnecessary harder

Frank-xued