I am with JAVA SINCE 1.0 ( 1996 )...Still working to this day
@ammbra150818 сағат бұрын
🎉
@flatmapper21 сағат бұрын
Java
@trisunadi21 сағат бұрын
"Java Is The Key"
@DenisRodriguezZКүн бұрын
Great job Ana. This is a nutshell of Java extension by Oracle. I am new comer with Java extension by Oracle. I have been looking for how to add a local dependency into a Maven project. Is mvn the only way to do that? Thanks Maria.
@VaibhavPatil-rx7pcКүн бұрын
Excellent information thanks, great work 🎉
@baxram97Күн бұрын
Async/await when?
@nipafx2 сағат бұрын
Never. Java has virtual threads and soon structured concurrency, which are the better solution.
@D31ToastmastersКүн бұрын
Why are you spelling BAZ with two Zs? And the great QUUX with only one "U"? [Trivia question of the week. :-)]
@sheikhquadeer5965Күн бұрын
java is gud but what about in cloud there c# shines i guess with azure ?
@smokelordoКүн бұрын
Arrays.parallelSort() → Parallel Merge Sort ✅ List.parallelStream().sorted() → TimSort (not parallel merge sort) ❌ is this right?
@jakartax1x-rq8kvКүн бұрын
Most people's workplace will use these after. 8 years
@shadeblackwolf1508Күн бұрын
Mutable data objects are the main beneficiaries of deconstruction patterns.
@nipafx2 сағат бұрын
You mean immutable? Wouldn't you just mutate a mutable one?
@shadeblackwolf1508Сағат бұрын
@nipafx if it's immutable, it's likely already a record. Mutable ones are the main beneficiaries here cause they let you use the new pattern matching paradigm
@haroldpepeteКүн бұрын
nice, will you be there? i'd like to know so elegant sr
@mafakka2Күн бұрын
but can they code down there?
@petkoyanakiev244Күн бұрын
Why we can use Java for AI and ML qhen we have a Python, not make sense for me.
@sheariley1910Күн бұрын
Anybody else wonder why a video supposedly about upcoming features is almost completely about features that already exist?
@chrimony2 күн бұрын
You talk about potential "tearing" of 128-bit ints in threaded code. All this says is that Java still, all these years later, is relying on threads and locks, which is even more error prone than all the pointer issues from C that Java tried to clean up.
@monika-13152 күн бұрын
I love this advertisement 😅
@mohammadbanyyaseen50682 күн бұрын
Is there an online recording.
@hendrahdr75502 күн бұрын
Java ❤❤❤❤
@delanym2 күн бұрын
modernizer-maven-plugin or errorprone
@bentels53402 күн бұрын
Unfortunately it's in the US. And that's not a good idea for non-white Americans for the next four years at least.
@kinsleykajiva2 күн бұрын
Please can we have a speaker on WebRTC
@pro_gamer295692 күн бұрын
Can we see that conference online?
@JosePaumard2 күн бұрын
Yes, not live though. Videos will be published on this channel.
@plankton3832 күн бұрын
@@JosePaumardsadge 😢
@arkturtelladi67072 күн бұрын
Where can I order same cup?
@WalczykКүн бұрын
you can’t. you need to work for java or go to the conference
@BrettRyan782 күн бұрын
Something as an Australian I can’t even imagine ever being able to afford to go, but, one day I might imagine it
@JosePaumard2 күн бұрын
The videos will be put online, so can still have access to most of the content. Videos will be published on this channel.
@ngspace98292 күн бұрын
Valhalla when?
@paulo23572 күн бұрын
We'll see Valhalla when we die
@danielvicentefagundes67742 күн бұрын
FUN !!😮😮😮😊😊😊😮😮😮
@sirinath2 күн бұрын
Why retrieve x when it is updated. This can be optimised away.
@NaaseiJnr2 күн бұрын
Marco please can you give me your number
@gerion45163 күн бұрын
That intro was hilarious 10/10, I just got to say it, too much context but I like it.
@pasvupaspris3033 күн бұрын
love your vids!
@ilonachan3 күн бұрын
This is fantastic stuff! And the explanation for all the complexity that goes into how these features come to be is giving me a whole new admiration for you people, who make the stuff happen behind the scenes. I'll personally throw a celebration for the day we're finally allowed to use this new Java at work!
@Ewig_Luftenglanz3 күн бұрын
Deconstruction on assignment is a very nice festire of JS and Kotlin, happy to see them get into java!
@pro_gamer295693 күн бұрын
Valhalla when?
@LoveIndia33 күн бұрын
No need..A.I. will do code now :D
@HamzaEngineering3 күн бұрын
i saw josh, spring advocate developer, testing simplified version of java main method and it was helpful and worked perfectly within spring framework. as i'm currently doing the same. using a lot of spring features with latest version of java. so i think java champions really care of releasing such implementation of main method. open and for private projects. private preview or public or generally available. either developing with eclispe IDE or like in that demo managing Intellij IDE
@HamzaEngineering3 күн бұрын
1:20 nice feature 👍🏻 nice to avoid additional method to initialize class fields. initializing those attributes before invoking super method for inheritance. we can do any kind of ops there ??
@nipafx2 сағат бұрын
No. Basically whatever you could do on a static method plus field assignments. Otherwise, no references to `this`.
@alcar32sharif3 күн бұрын
Give a Like if you find anything to do with Java modules unhelpful and unnecessarily complex.
@VuLinhAssassin3 күн бұрын
Agreed. The whole module thing was meh at best and unusable at worst.
@nipafx2 сағат бұрын
`import module java.sql` - wow such complex 😉
@HamzaEngineering3 күн бұрын
1:03 yeah. try it with anger 😅 genious 😂 in contrast, I think the developer should like what is working on, work smartly and not the hard way and release product that will make him proud of his work