Тёмный

Java Method References - A Beginner's Guide 

Dan Vega
Подписаться 63 тыс.
Просмотров 7 тыс.
50% 1

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

 

20 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 29   
@swipped99
@swipped99 2 месяца назад
More quality java content is always nice, ty Dan
@pacifiquemunzihirwa7054
@pacifiquemunzihirwa7054 2 месяца назад
I still remember how Intellij taught me about this feature of Java ! It was the first time i learnt something from an IDE. Great experience 😅
@mrMarseleene
@mrMarseleene 2 месяца назад
I already knew that, but it was nice to make sure that i still had that knowlage! always glad to watch your videos
@pip3936
@pip3936 2 месяца назад
Hi Dan, can you please make a video about heap and thread dumps. How can we investigate them, which valuable data can we retrieve, and how to operate efficiently with it
@static-m-s
@static-m-s 24 дня назад
After "A Beginner's Guide", next one defenetly should be "video about heap and thread dumps". Totally agree! 👍
@MohamedDernoun
@MohamedDernoun 2 месяца назад
The way you are explaining is fascinating ❤
@LukeGJPotter
@LukeGJPotter 2 месяца назад
If you're planning on doing more of these Java ones, could you consider a Beginner, Intermediate and Advanced tutorial on Optional. Particularly focusing on refactoring a method that checks for null the old way.
@housemajaliwa
@housemajaliwa 2 месяца назад
5:35 but println is not a static method. Isn't that what you call a bound receiver?
@Balgoriusis
@Balgoriusis Месяц назад
Hi Dan, could you look into reactive Java? Ive seen it used alot with Spring.
@alibaba40thvs
@alibaba40thvs 2 месяца назад
Good idea Dan, I would like to learn Java from you.
@joachimdietl6737
@joachimdietl6737 2 месяца назад
Hey Dan nice vidoes, please show more content about stream processing with spliterator and how to work efficiently in parallel
@mrowox
@mrowox 2 месяца назад
Please create content on ThreadLocal.
@alexanderbrown1178
@alexanderbrown1178 2 месяца назад
Another great video. Thanks Dan! One thing I'm still puzzling over: Why the :: syntax? If I want to use a method I use the dot operator, like: object.method() and in some other languages, if I want a reference to the method I can just use the dot without calling the method to get a reference to the method, see: object.method. Is there a reason why there's a specific syntax that seems to me to be dedicated to getting a reference to a method, as opposed to using a syntax that is consistent with accessing other properties on an object (the dot operator)? Maybe there is something fundamentally different about accessing method references vs other object properties that I am missing because Java is not my first programming language?
@Reclusive_shayar
@Reclusive_shayar 2 месяца назад
How does using unnamed classes gonna change the current spring boot development ?
@kacpergrabiec
@kacpergrabiec 2 месяца назад
Can you make a video about spring websocket (and security)?
@alibaba40thvs
@alibaba40thvs 2 месяца назад
There is a tutorial on spring guides, follow it, it's easy.
@ahmadiyad2860
@ahmadiyad2860 2 месяца назад
thanks dan
@bernardobuffa2391
@bernardobuffa2391 4 дня назад
System.out.println is NOT a static method
@haroldpepete
@haroldpepete 2 месяца назад
if you're using java 21, why not use a unnamed class, new { ... } and you avoid to write all that bolierplate code
@DanVega
@DanVega 2 месяца назад
That is a preview feature and while I like using it someone new to Java may not understand how to enable that or care for that matter. It's going to be in preview again in JDK 23 but I love this feature and am absolutely looking forward to it.
@haroldpepete
@haroldpepete 2 месяца назад
@@DanVega ok i got it, can you do a video about stream or functional interfaces in java? both are interesting topics
@hayrullahyasar
@hayrullahyasar 2 месяца назад
@@haroldpepete👍👍
@SandipChitale
@SandipChitale 2 месяца назад
Without IDEs to help it make it harder to read the code as the signature of the method is hidden by this syntax. To be fair almost very one uses IDE. Conciseness is not always good. I feel the same way about Java allowing dropping types for lambdas.
@johnvoorhees2331
@johnvoorhees2331 2 месяца назад
More streams
@mopidhul1
@mopidhul1 Месяц назад
I hope you are well. Visiting your channel I have seen your all videos and content are very good but your video SEO optimization is not professional. Perhaps you are busy for managing the channel
@eddies.8314
@eddies.8314 2 месяца назад
First, mofo.
Далее
Getting Started with GPT-4o in Java
13:36
Просмотров 11 тыс.
5 Common Mistakes Spring Developers Make
18:06
Просмотров 19 тыс.
Coding Was HARD Until I Learned These 5 Things...
8:34
How To Structure A Programming Project…
19:00
Просмотров 103 тыс.
Java Streams Tutorial | 2020
19:13
Просмотров 263 тыс.
Andrew Kelley   Practical Data Oriented Design (DoD)
46:40
FASTEST Way To Learn Coding and ACTUALLY Get A Job
10:44