Java Tutorial - Ternary Operator

preview_player
Показать описание
In this episode, I show you how to use the Ternary Operator in Java.

Want to Support the Channel?

My Socials:

More Videos coming soon.
Leave a comment for any future video suggestions.
Рекомендации по теме
Комментарии
Автор

Just finished the whole series and it took me only 10 days! Thanks for the great tutorials and clear explanations. I understood every video really well besides some multithreading videos (for example you didn't explain what the parameter of the synchronized block does and which thread the notify method notifies) so if you are planning to redo some of the old videos, you could try to explain multithreading more clearly. I also think that you should make a video about the new jdk version (21) which removes a lot of boilerplate from java.
Keep making great tutorials!

mukkupretski
Автор

I just Finished Studying whole 99 videos. Thanks alot <3

kaxun
Автор

Finished all 99 tutorials! Watching this in conjunction with my college courses which are also teaching Java. Needless to say, I'm going to be a Java god. Great explanations! Thank you for teaching me. Time to go make some Minecraft plugins.

potatoandpippen
Автор

Thanks you for Java coding tutorials and plugin making tutorials, I speak on Russian and know English not good, but your lessons are very helpful for me!

kyprak_dll
Автор

String result = (true) ? "Great" : "Bad"

danil_