Learn Java for Beginners - 71 - Enumeration

preview_player
Показать описание
Learn how to utilize enumeration with Java!

================================

The programming language Java is great to learn if you're a beginner.

Sometimes, you need to create your own kind of variable with predefined constants. You can accomplish this with enumeration. Although it may not seem useful initially, watch to learn why you should use this in your Java programs.

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

This playlist of "Learn Java for Beginners" from Modern to Me is pure gold. I used it several times to renew my Java knowledge, and i also suggested it to multiple friends.
That said, this specific video is not easy and confusing :(. I get the idea though and with reading the Java tutorial documentation from Oracle it becomes more or less clear.

macstievie