The Good, Bad, and Ugly of Java Generics

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

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

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

    This video is a blessing, specially for the

    • @shankar7435
      @shankar7435 หลายเดือนก่อน

      @@TheMyth2.9 This is the best video man. List and List example simplifies everything. PECS analogy (Provider -> extends & Consumer -> super) also helps. Ref: th-cam.com/video/V1vQf4qyMXg/w-d-xo.htmlsi=P9d6CFyg6LRsx0ys

  • @shankar7435
    @shankar7435 หลายเดือนก่อน

    Excellent video. "Go n Play some fruits tonight" -- epic.🤣🤣🤣

  • @premalshah
    @premalshah 12 ปีที่แล้ว

    Gr8 tutorial. What toold/ide/interpreter are you using?

  • @jvsnyc
    @jvsnyc 4 ปีที่แล้ว +1

    At the end you accidentally say "convert from generic to non-generic" twice instead of the other way around. Of course, I am more interested in finding out whether Reification ever happened in Java 9, 10, 11, 12 or 13, but I wanted to review the basics first.

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

    Excellent, thanks prof!

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

    oldie goldie

  • @carlhopkinson
    @carlhopkinson 9 ปีที่แล้ว +12

    Generics seems to cause a lot more problems than it cures.

    • @santiagolovera
      @santiagolovera 7 ปีที่แล้ว +9

      No way.

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

      having a compiler is considered a blessing and thus we need generics (else we might end up with Javascript of the 90's ? what a blessing typescript and its compiler is these days)

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

    Great Tutorial. But not for beginners.

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

      I am a beginner to generics. This definitely helped. He has explained concepts really well.

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

    Gr8 tutorial. What toold/ide/interpreter are you using?

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

      Textmate with Java Support
      blog.likewise.org/2013/04/using-textmate-to-rapidly-test-java-code-examples-slash-sscces/