Transforming Code to Java 8

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2025

ความคิดเห็น • 33

  • @tofuyam7361
    @tofuyam7361 6 ปีที่แล้ว +1

    This guy is the most entertaining presenter ive seen on a tech talk

  • @srinivasgembali3009
    @srinivasgembali3009 5 ปีที่แล้ว +1

    I gone through many videos for Java 8... Venkat teaches very well among others.

  • @PratapShinde
    @PratapShinde 2 ปีที่แล้ว

    This was a Genius discussion. Thank you so much Shri Venkat Sir.

  • @MrMMohsen
    @MrMMohsen 8 ปีที่แล้ว

    The more I know about Java 8 the more I feel like applauding !!!

  • @MrYougetit
    @MrYougetit 7 ปีที่แล้ว

    I really enjoyed watching this video! Awesome!

  • @andyram27
    @andyram27 7 ปีที่แล้ว +2

    How is he dynamically compiling and running the code as he's talking? How can i setup vim to behave the same way?

    • @01coolACE
      @01coolACE 7 ปีที่แล้ว

      Textmate

  • @Spelter
    @Spelter 9 ปีที่แล้ว +13

    oh my god i am crying because we cant move to Java 8, this is allso familiar

  • @venkatats6293
    @venkatats6293 6 ปีที่แล้ว

    Excellent in all respects. Thank you Sir.

  • @fegm22
    @fegm22 7 ปีที่แล้ว +1

    I would have loved that all my teachers teach like Dr. Venkat. I would never have slept in class. While I'm learning I'm laughing every five minutes. :)

  • @anilkinikar
    @anilkinikar 5 ปีที่แล้ว

    Awesome presentation! 👍

  • @nyquist9060
    @nyquist9060 9 ปีที่แล้ว +1

    In Comparator section(exercise 5), should I have to make method that return their length of name such as "getNameLength()" in Person class if i want sorted by length of name? Java method reference doesn't support "Person::name::length"?

    • @ming19901218
      @ming19901218 9 ปีที่แล้ว

      +Doqi Kim
      Or pass a lambda expression to comparing() method, like
      comparing((p1, p2) -> p1.getName().length() - p2.getName().length())

    • @alasterrr
      @alasterrr 8 ปีที่แล้ว

      +Doqi Kim `Person::getName` is just a shorter variant of `p -> p.getName()`. So you actually can do this:
      p -> p.getName().length()

    • @nyquist9060
      @nyquist9060 8 ปีที่แล้ว

      ming19901218 alasterrr thx

  • @medalibentaher1944
    @medalibentaher1944 7 ปีที่แล้ว

    Simply AWESOME!!! Thanks

  • @silviucat
    @silviucat 6 ปีที่แล้ว

    50:44 "The day I found out about joining .. I cried that night" - hilarious :)

  • @shemerk
    @shemerk 8 ปีที่แล้ว

    Great Java 8 tutorial!

  • @jorgetovar621
    @jorgetovar621 7 ปีที่แล้ว

    Really nice, I only want to know what are the exactly name of the link with this code... Thanks

  • @andraevs
    @andraevs 9 ปีที่แล้ว +1

    What editor are you using?

    • @FanatiFiz
      @FanatiFiz 9 ปีที่แล้ว +1

      +andraevs Probably en.wikipedia.org/wiki/TextMate

  • @sourabhshrivastava5639
    @sourabhshrivastava5639 8 ปีที่แล้ว +2

    next week is going hard on me. my client still onjava6 . I am going into tears in LOOP

  • @赵云-z7z
    @赵云-z7z 5 ปีที่แล้ว

    This man is amazing, 45:00 why did he know what I've concerned?

  • @3gamearena
    @3gamearena 8 ปีที่แล้ว +1

    sir which editor ur using

  • @jopaki
    @jopaki 8 ปีที่แล้ว

    Excellent.

  • @Ten0r10
    @Ten0r10 4 ปีที่แล้ว

    Nice video. But, Example with a Prime numbers works a minimum of twice faster in the old version then Stream version. New is not always better).

    • @sk8erbyern
      @sk8erbyern ปีที่แล้ว

      While I agree, it should be noted that 99% of the developers in this world do not need to optimize their code performance to such degree especially in a bullshit code segments like this. On the other hand, the important thing is to know the performance hit or gains you make with stream API, like with everything else people should dig deeper and learn how the tools they are using works. In this case it is the stream api, in another case it is the compiler optimization or garbage collector. Good Java developers learning memory management and GC behavior despite not needing to program it themselves. You should know how it works.

  • @ZeeshanAli-ju2nc
    @ZeeshanAli-ju2nc 8 ปีที่แล้ว

    dear sir,
    As you speaked in speedly i may not understand it purely

  • @publicadvisor6952
    @publicadvisor6952 6 ปีที่แล้ว

    Re-educated Indian man!

  • @ujjwalh8000
    @ujjwalh8000 6 ปีที่แล้ว

    Why the fake accent?