Java 7 to Java 17 | Evolution of Switch Expression | Interview QA | JavaTechie

Поделиться
HTML-код
  • Опубликовано: 27 янв 2025

Комментарии • 42

  • @ChhoteLalPrasadGupta-w9l
    @ChhoteLalPrasadGupta-w9l Год назад +1

    Thank you for your informative video for Spring JWT and Switch case. It would be better if you post JDK 17 others features too.

  • @nikhiljhawar4612
    @nikhiljhawar4612 3 года назад +5

    Thank you Sir for the informative video. It would be better if you post JDK 17 features too.

  • @AshishYadav-se4db
    @AshishYadav-se4db 3 года назад +1

    Awesome...! sir Very Informative Video.

  • @anshupanda2149
    @anshupanda2149 3 года назад +2

    2:17 i think from jdk 7 , we can use even String also. Pre jdk 7 only , integral type & enum we can .

    • @Javatechie
      @Javatechie  3 года назад

      JDK 8 string switch case introduced as per oracle page . I will cross verify and update

    • @anshupanda2149
      @anshupanda2149 3 года назад +1

      @@Javatechie sure sir

    • @nikhiljhawar4612
      @nikhiljhawar4612 3 года назад +2

      Yes, you're right. It was introduced in Java 7 release

    • @RaviShankar-xy6zh
      @RaviShankar-xy6zh 3 года назад +2

      Yes from java7 string can be used with switch .no doubt in that..

  • @sudharargajala4958
    @sudharargajala4958 3 года назад +2

    Thanks for the video, similar way to switch there too many changes in jvm memory it seems please try to make video on it

  • @sivasankarbestha
    @sivasankarbestha 3 года назад +1

    Very nice explanation.. Thanks 👍

  • @YourM4Competition
    @YourM4Competition 3 года назад +1

    Good one. Thanks !

  • @pratishrutipanda6461
    @pratishrutipanda6461 3 года назад +1

    Awesome contents

  • @RaviShankar-xy6zh
    @RaviShankar-xy6zh 3 года назад +1

    Awesome video .Thanks for making this kind of videos. But from java7 switch statement is permitted to use String as well.

  • @amitmathur14
    @amitmathur14 3 года назад +1

    Awesome

  • @jithinmv6516
    @jithinmv6516 3 года назад +1

    Please update us with all latest features of jdk 17 :)
    Thank you for all these lectures

  • @srikanthdannarapu6678
    @srikanthdannarapu6678 3 года назад +3

    Hi Basant, thank you for this tutorial. Please do a tutorial on all jdk 17 features with example

  • @priyadarshiniswain9902
    @priyadarshiniswain9902 8 месяцев назад

    I find your videos very understandable, can you add a new video related to Java 17 new features implementation

  • @sumanthmuttuvalli4931
    @sumanthmuttuvalli4931 6 месяцев назад

    Thank You

  • @Srini8174
    @Srini8174 3 года назад +2

    Hi Basant please start videos on reactjs concepts and implementation and integration with spring boot

    • @Javatechie
      @Javatechie  3 года назад

      I will start that after one more k8s video (Jenkins cicd kuhernetes).

  • @vengateshm2122
    @vengateshm2122 3 года назад

    Kotlin has this kind of switch as when from its initial version itself.
    Java is benchmarking good features from kotlin and introduced features like records, sealed classes etc.,.

  • @thiago670
    @thiago670 3 года назад +1

    It seems to me, a little bit poor style, create a switch with inner if, because you can create another switch with another if and so on. Let's use these feature in a wise way. It not that the feature is there we should use, in all cases, is good to know that exists.

  • @kapilausarmal6300
    @kapilausarmal6300 3 года назад +2

    Awesome...! Very Informative Video. Thanks for making this. There is any update in JDK 11 for Switch Expression?

    • @Javatechie
      @Javatechie  3 года назад +1

      No changes has been made in jdk 11

    • @kapilausarmal6300
      @kapilausarmal6300 3 года назад +1

      @@Javatechie Thank you so much for update.

  • @sairammanchala40
    @sairammanchala40 3 года назад +1

    Can u do a video about spring boot with login through google mail login and Facebook login and login through sso with different protocols like azure, okta etc..

    • @Javatechie
      @Javatechie  3 года назад +1

      Login With Facebook , google, GitHub and okta videos already there in my spring cloud security playlist video please check once

  • @amitddogras4635
    @amitddogras4635 3 года назад +1

    please add all videos of java 8 to java 17

  • @yacinedrissi8811
    @yacinedrissi8811 3 года назад +1

    Hi hello thank you for your effort , so how about k8s to deploy crud apps spring boot and database and angular thank you for advance

    • @Javatechie
      @Javatechie  3 года назад +2

      Will release this weekend

  • @jitendraaddepalli
    @jitendraaddepalli 3 года назад +1

    We want more java17 features videos

    • @Javatechie
      @Javatechie  3 года назад +2

      Yes I will release that on this weekend

  • @shareefshaik-ri2ky
    @shareefshaik-ri2ky Год назад

    Please add java 17 features

  • @javier.alvarez764
    @javier.alvarez764 3 года назад +1

    It is already Java 17, but companies I work for are still stuck on Java 8 lol.

    • @Javatechie
      @Javatechie  3 года назад +1

      Not only you maximum company using jdk 8 only .

    • @ShinAkuma
      @ShinAkuma 3 года назад +1

      Basically everything you will ever need to do in a real time project, you can do using Java 8 or Java 11 at most. Oracle made it mandatory to release a new update every 6 months, that's why there are so many Java versions. It's not practical to keep updating your source code to have the newest version when it's not even needed.

  • @amuthanselva9607
    @amuthanselva9607 Год назад +1

    Awesome