[VDTRIESTE22] Java 11 to 17 - Exciting New Features - Conference by Simone Bordet

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

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

  • @VictorHernandez-qt2xx
    @VictorHernandez-qt2xx 2 ปีที่แล้ว +15

    Always enjoy Simone's talks. Especially those on garbage collection. This man has so much experience and insight and can deliver it effectively.

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

    Thanks a lot Simone Bordet

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

    Many have given this talk, but this is the best one I have heard.

  • @nirmalyasengupta7714
    @nirmalyasengupta7714 2 ปีที่แล้ว +6

    Very useful info, thanks.

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

    Thanks a lot Simone for this awesome presentation 👏

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

    Amazing content

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

    Great talk.

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

    Awesome presentation!

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

    You are so right Simone, upgrade to newer versions is sooooooo super important ! dont let the technical debts destroy you !!!!!

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

    Amazing info. Long awaited. Thanks a ton for taking the initiative.
    After Oracle took Java along with sun a lot of confusion followed with various version numbers.
    Perhaps now they can plan migration to higher levels ..

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

    Double getArea() {
    return switch(this) {
    case Circle2(Double r) -> Math.PI * Math.pow(r, 2);
    case Squar2(Double l) -> l * l;
    default -> throw new IllegalArgumentException("Unexpected value: " + this);
    };
    }
    when I try to do the same I get the following error: Cannot switch on a value of type Shape. Only convertible int values, strings or enum variables are permitted
    in the return switch parameter.
    I am using Java 17. LTS

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

      i think it works in java 21

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

    56:10 you can, with --add-opens, but you shouldn't
    While I said that, the problem is that some API don't have the choice and the JDK doesn't offer a proper way to help them.

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

    I wonder if he wants me to update from Java 8... he's not very clear on this

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

    Newbie java developers won't understand the fun in coding with newer versions of Java until they have coded Java1.5 and below.

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

    I don't think I would care when choosing a job which version of Java is used there. Never asked that question.