Java Tutorial for Beginners - 60 - Enum

preview_player
Показать описание
In this tutorial we discuss enums.

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

I'm back here after 4 and a half years to say thank you so much. This started my career as a computer scientist and helped me get a head start in my career early on in my life. Thanks again.

alexhooper
Автор

Thank you so much for such a great tutorial, this brought me from barely understanding what the heck a String was to creating an entire application by my self. And now I am a skilled android programmer, and am a developer for a reputable robotics company.

alexhooper
Автор

"In the next video"


But alas, this was the last video

brianjean
Автор

EJ Media you really help me to understand the java even if my professor are lazy to teach you save me in the case of being no knowledge in java thank you and god bless!

ivanagapay
Автор

Your tutorials really help me a lot in understanding JAVA. Do you have tutorials for JAVA THREADs also?

romarta.
Автор

will you please make a video where you make a 2D Java game

ericpadden
Автор

such a good java tutorial, highly appreciated

alan
Автор

Thank you for the clear and fast explanation in just 6 mins! :)

elaine
Автор

Thank you so, so much. I had the get value command from a classmate's help, but I didn't know the right way to call it.

Matisyahuwu
Автор

thx ...but what about threads and random

obadaashhab
Автор

hi, thanks a lot for such an easy to follow Java tutorials I really enjoyed and learned a lot from your java course.
I request you to please make videos on JavaFX.

green
Автор

Hey I noticed that I can't locates which tutorial did explained "How to get user input in java" in your tutorials.

PersiaAhmad
Автор

Thank you so much. I enjoyed your videos and helped me a lot.

berhanetsegay
Автор

We didn't use the constructor 'privite enumTest(int days)' right? I would like to know how you set up then the values of the 3 constants.

Icecrax
Автор

Is that means the variables of enum LIKE Final ?

zymawy
Автор

Thank you for the videos. These are really great!

manishabajracharya
Автор

cant you just do enumTest.WORKDAYS.days instead of making a get function?

Cloxygen