Concurrency Concepts in Java by Douglas Hawkins

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ส.ค. 2024
  • Unlike earlier languages, Java had a well-defined threading and memory model from the beginning. And over the years, Java gained new packages to help solve concurrency problems.
    Despite the memory model and standard library, Java concurrency is still subtle and often surprising.
    In this talk, you'll learn many of these subtleties and also see some of the changes and additions to come in Java 9 & 10.
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    These talks are excellent, even for seasoned Java pros. I recently read the source code of the latest ConcurrentHashMap and yeah... it is an absolute marvel of engineering

    • @DevoxxPoland
      @DevoxxPoland  2 ปีที่แล้ว +1

      We do our best to invite best speakers to Devoxx Poland...

  • @azerotrlz
    @azerotrlz 4 ปีที่แล้ว +2

    Very well explained! Thanks for your time!

  • @somerandomguy000
    @somerandomguy000 4 ปีที่แล้ว +3

    Masterly! i also loved his sense of humor

  • @acho8387
    @acho8387 4 ปีที่แล้ว +42

    Never knew George Washington would be teaching Java in the 21st century.

  • @adilhassan9443
    @adilhassan9443 3 ปีที่แล้ว

    Beautiful ❤️

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

    great video!

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

    Good information