Тёмный

Java Enum 

Jakob Jenkov
Подписаться 42 тыс.
Просмотров 38 тыс.
50% 1

Опубликовано:

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 47   
@PharaohGames00
@PharaohGames00 3 года назад
I currently student of computer engineering and this video is the only place a learn about enum's. Thanks a lot.
@JakobJenkov
@JakobJenkov 3 года назад
You are welcome :-) Glad it's helpful to you!
@arjunwalia737
@arjunwalia737 4 года назад
so just cause enum values are static by default we need to fetch them using class name?
@JakobJenkov
@JakobJenkov 4 года назад
Yes, that is correct, although I think you can use a static import of the enum class to reference the enum values without the class name in front (not 100% sure though - try it out :-) ).
@akshayvenkateshsankaran
@akshayvenkateshsankaran 3 года назад
The Tutorial texts and videos are great. Thanks a lot. Is the generics can be used with enum? if so please give example. Thanks.
@JakobJenkov
@JakobJenkov 3 года назад
Hi Akshay, I am not actually sure if you can use Generics with Enum as I have never actually needed it. But my guess is, that you can! It would seem logical!
@paladinsorcerer67
@paladinsorcerer67 6 лет назад
What is the benefit of using an EnumMap, instead of a HashMap that contains enum as keys?
@JakobJenkov
@JakobJenkov 5 лет назад
I believe the EnumMap may use a more optimized storage and/or hashing algorithm internally, but I am not 100% sure. Off the top of my head I just remember that it should be more efficient.
@tnsrdas
@tnsrdas 4 года назад
EnumMap can only store enums and much faster than HashMap
@AndrulisTravel
@AndrulisTravel 4 года назад
Maybe someone has an example of code, where enum's are used. I made a small shopping simulation program for learning purposes, and one of the teachers in our academy said, try to use enums for kg, mg, g (kilograms, grams and so on) when printing all products menu.
@Ilohimushka
@Ilohimushka 3 года назад
Very rare video. Usually everybody touches enums on tops
@JakobJenkov
@JakobJenkov 3 года назад
Thanks! Hope it helped you!
@pranathivarikuntla3577
@pranathivarikuntla3577 4 года назад
Could you please explain how to map two same values in a single enum?
@JakobJenkov
@JakobJenkov 4 года назад
I am not sure what you mean. An Enum can only contain the same "value" (constant) once. That's the whole point of an Enum - that the constants listed are unique.
@pranathivarikuntla3577
@pranathivarikuntla3577 4 года назад
@@JakobJenkov i mean how to map two enum constants with single value
@syedwaseemahmed1749
@syedwaseemahmed1749 5 лет назад
Why can't you upload more java vidoes
@JakobJenkov
@JakobJenkov 5 лет назад
What do you mean? Any specific topics you are looking for? :-)
@syedwaseemahmed1749
@syedwaseemahmed1749 5 лет назад
@@JakobJenkov thanks for your reply. I looking for java8 and java9 features tutorials. Could you please upload if you have. Thanks
@JakobJenkov
@JakobJenkov 5 лет назад
I don't have video versions of all the Java features at this point, but I have lots of textual tutorials. My Java tutorial introduction lists all the major new features in Java 9, 10, 11 and 12, with links to textual tutorials of their descriptions. Here it is: tutorials.jenkov.com/java/index.html
@hippiestafarii
@hippiestafarii 4 года назад
I just find your channel ; you rock :-)
@JakobJenkov
@JakobJenkov 4 года назад
Thanks :-)
@nicolailarsen5225
@nicolailarsen5225 5 лет назад
Tak.
@JakobJenkov
@JakobJenkov 5 лет назад
Det var så lidt :-)
@ruixue6955
@ruixue6955 4 года назад
14:58 EnumSet
@DiegoXMV
@DiegoXMV 2 года назад
OMG bro, get darcula mode up in that IntelliJ, its 10pm (I'm in the equator, literally in Ecuador so it's late) and my eyes hurt watching this, with screen at minimum bright!
@JakobJenkov
@JakobJenkov 2 года назад
My later videos use dark themes in IntelliJ and diagrams ;-)
@DiegoXMV
@DiegoXMV 2 года назад
@@JakobJenkov appreciate it man
@elbozo5723
@elbozo5723 3 года назад
i need a magnifying glass to see that code
@JakobJenkov
@JakobJenkov 3 года назад
I use bigger fonts in my newer videos 😊
@ChrisBFWilliams
@ChrisBFWilliams 5 лет назад
VERY THOROUGH VIDEO! OUTSTANDING!!!
@JakobJenkov
@JakobJenkov 5 лет назад
Thanks :-)
@eko7207
@eko7207 3 года назад
Thanks for the explanation! It's so much more enjoyable learning with your relaxing voice :)
@JakobJenkov
@JakobJenkov 3 года назад
Hehe - thanks... as long as it's not so relaxing you fall asleep :-D
@kaysenterry9642
@kaysenterry9642 3 года назад
I know im asking randomly but does any of you know of a trick to get back into an Instagram account..? I somehow forgot the password. I appreciate any tricks you can give me
@olivertrent9266
@olivertrent9266 3 года назад
@Kaysen Terry Instablaster =)
@kaysenterry9642
@kaysenterry9642 3 года назад
@Oliver Trent Thanks for your reply. I found the site thru google and im waiting for the hacking stuff atm. I see it takes a while so I will get back to you later when my account password hopefully is recovered.
@kaysenterry9642
@kaysenterry9642 3 года назад
@Oliver Trent It did the trick and I actually got access to my account again. Im so happy:D Thanks so much, you really help me out !
@josephwong2832
@josephwong2832 4 года назад
Love your tutorial Jakob, I've now subbed to your channel!!
@JakobJenkov
@JakobJenkov 4 года назад
Thanks :-) .... wish I had more time to put out new content, though :-)
@KuriaNdungu
@KuriaNdungu 6 лет назад
Thanks for this very useful video.
@JakobJenkov
@JakobJenkov 6 лет назад
You are welcome :-)
@neelakshsharma4936
@neelakshsharma4936 6 лет назад
Sir, upload videos for java nio too.
@JakobJenkov
@JakobJenkov 6 лет назад
Hi - I'll see if I can find the time. But I have textual tutorials for Java NIO here: tutorials.jenkov.com/java-nio/index.html
@neelakshsharma4936
@neelakshsharma4936 6 лет назад
Jakob Jenkov that's what i am now reading from ..
@BtXFWkyZBtXFWkyZ
@BtXFWkyZBtXFWkyZ 4 года назад
What a sweet voice you have Sir. It's a great pleasure to hearken to it. I'm curious where do you come from?
@JakobJenkov
@JakobJenkov 4 года назад
Hahaha :-D ... I am from Denmark. That gives a certain accent that is hard to escape from ;-)
Далее
Java Try With Resources
22:56
Просмотров 10 тыс.
Avaz Oxun - Yangisidan bor
14:29
Просмотров 434 тыс.
Java Basics - Enums Part 1
9:33
Просмотров 96 тыс.
Java enum 🪐
10:50
Просмотров 65 тыс.
#68 What is Enum in Java
6:58
Просмотров 116 тыс.
Java Records
9:43
Просмотров 15 тыс.
Java Generics
52:23
Просмотров 3,1 тыс.
Java Enum Tutorial #96
10:34
Просмотров 159 тыс.
Java Lambda Expressions #1 - The Basics
15:58
Просмотров 161 тыс.