What's new in Java Switch | Switch Statement and Expression

Поделиться
HTML-код
  • Опубликовано: 7 окт 2024
  • Check out our courses:
    Spring and Microservices Weekend Live Batch : bit.ly/spring-...
    Coupon: TELUSKO10 (10% Discount)
    Master Java Spring Development : bit.ly/java-sp...
    Instagram : / navinreddyofficial
    Linkedin : / navinreddy20
    More Learning :
    Java - bit.ly/3xleOA2
    Python :- bit.ly/3H0DYHx
    Django :- bit.ly/3awMaD8
    Spring Boot :- bit.ly/3aucCgB
    Spring Framework :- bit.ly/3GRfxwe
    Servlet & JSP :- bit.ly/3mh5CGz
    Hibernate Tutorial :- bit.ly/3NWAKah
    Rest API | Web Service Tutorial :- bit.ly/38RJCiy
    Git :- bit.ly/3NUHB3V
    JavaScript :- bit.ly/3mkcFys
    Kotlin :- bit.ly/3GR2DOG

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

  • @ashutoshpalit2204
    @ashutoshpalit2204 2 года назад +38

    Its good that they have finally updated the switch statement syntax. Not that I had any issue with the previous syntax with break statement but now the arrow syntax definitely makes the code more readable and easier to write. And I just love the fact that they have added the return feature in switch, it makes a lot of things easier😁

    • @BruceWayneLive
      @BruceWayneLive 5 месяцев назад

      as an old school learner, the old switch syntax was cooler, no offence to the new learners.

  • @saishiny6684
    @saishiny6684 Год назад +9

    The way you explain is excellent sir. Iam very grateful to you sir.I hope one day I can explain like this to others.

  • @heyadi0
    @heyadi0 Месяц назад +3

    I really like your explanation... I really wanted to you as a Java Teacher in my College 😄

  • @devanshusachdev7367
    @devanshusachdev7367 Год назад +2

    That's the benefit of following Navin sir's videos!
    Thank you sir for sharing :)

  • @MrKoniInTech
    @MrKoniInTech 2 года назад +2

    Love and respect from 🇨🇩🇨🇩🇨🇩 your channel has helped me a lot NAVIN.

  • @santoshram1241
    @santoshram1241 Год назад +2

    I liked it and felt more relevant than old syntax

  • @shawngardiner2604
    @shawngardiner2604 Год назад

    Love the new switch syntax! Didn't have an issue with the old way as it is more expressive but this new way has certainly grown on me.

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

    I like this syntax... Thanks for keep updating us.. i hope you will give such update in future also.

  • @ashleyleale6703
    @ashleyleale6703 4 месяца назад

    Thank you I like the new update it helps me reduce the amount of text typed when coding.

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

    I like the switch updates. Thanks man 👍

  • @yashjangid4222
    @yashjangid4222 6 дней назад +1

    superb

  • @kamakshijayaraman3747
    @kamakshijayaraman3747 9 месяцев назад +4

    i liked old switch statement

  • @un_know_n_1
    @un_know_n_1 11 месяцев назад +1

    Looks readable & amazing!!

  • @GoogleRalCoderHUB9905
    @GoogleRalCoderHUB9905 7 месяцев назад

    So Amazing teaching style sir thank you🎉🎉🎉🎉🎉

  • @bhanuprakashreddy4834
    @bhanuprakashreddy4834 Год назад +7

    00:03 Updated version of switch statement in Java
    01:32 Using switch statements in Java
    02:55 Application to set alarms based on the day
    04:19 Waking up schedule
    05:42 Updated version of system.twintellin has new features.
    07:04 Assigning a value to a variable instead of printing it directly
    08:27 Using switch as an expression
    09:51 Java 12 introduces the use of 'yield' instead of 'break' in switch statements

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

    I like the arrow operator, without the "break" statement. I see lots of similarities between C and Java, I am C embedded designer. I am planning to use Java for embedded (small computer forms - Microcontroller based) web servers. In your openion, what is a good Java flavor, library, extension and whatever that best fits for embedded designers? Is there a Java package that is dedicated mainly for embedded (hardware and software) designers? What is a good website that explores those possibilities? I am familiar with Eclipse, Andorid Studio, and many dedicated IDEs that belong to silicon manufacturers and their likes among IDEs - your help is greatly appreciated.

  • @yashjangid4222
    @yashjangid4222 6 дней назад +1

    sir we need to take the valur in input then what we have to do like for EX- enter the day = " " //then it gives the time

  • @raghavsrivastava2910
    @raghavsrivastava2910 2 года назад +1

    Great features. Very informative video. 🔥

  • @22_ankanamajee97
    @22_ankanamajee97 Год назад

    very much liked this new switch case functions

  • @comelodian_corner_69
    @comelodian_corner_69 7 месяцев назад

    I actually like them both equally as being a beginner i have nothing to do with code optimisation while saving lines

  • @harikavaishnavi7957
    @harikavaishnavi7957 2 месяца назад

    Thanks

  • @bro_chenzox
    @bro_chenzox 10 месяцев назад +1

    For Saturday and Sunday you set an alarm clock earlier than for weekday. Java developer as is.

  • @aniketankush218
    @aniketankush218 4 месяца назад

    Yes, I enjoyed your video!

  • @AbdifitahAbdulkadir
    @AbdifitahAbdulkadir 2 года назад +1

    IT IS very good feature I like this new feature

  • @sathishkumars373
    @sathishkumars373 2 года назад

    Thank you for your teaching

  • @maheshBasavaraju
    @maheshBasavaraju 2 года назад

    I feel we don't need to put break at the end of case. Next case starting means end of the previous. Hope they remove that break without changing the syntax

  • @buddareddycheppala3892
    @buddareddycheppala3892 2 года назад

    Really good future and thank you for explaining us

  • @lakshmanabanki8900
    @lakshmanabanki8900 2 года назад +1

    Sir please make videos on frontend development using python programming .please sir

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

    I loved the switch new syntax.

  • @Ahmadzai-15
    @Ahmadzai-15 Год назад

    Amazing the new method 👍

  • @AmareswarraoKothapalli
    @AmareswarraoKothapalli Год назад

    its good for understanding sir

  • @monishas2474
    @monishas2474 5 месяцев назад +2

    When we need to write more than one line in cases,how can we use arrows sir.

  • @Myworld-gb6rz
    @Myworld-gb6rz 10 месяцев назад

    thank u very much actually it's makes a sense

  • @7amalex763
    @7amalex763 11 месяцев назад

    It's definitely welcome feature to not have to declare a break statement on all my switch cases.

  • @MkTechriku
    @MkTechriku 2 месяца назад

    Awesome

  • @bassenhancedmetal684
    @bassenhancedmetal684 Год назад

    Commenting for the algo. Quality content.

  • @ramankaushish7720
    @ramankaushish7720 2 года назад

    It is actually great...

  • @venkatbalaga5892
    @venkatbalaga5892 2 года назад

    Thank you so much sir ❣️

  • @Him857
    @Him857 2 года назад

    I don't know but have gut feeling soon java will be standing next to python and R for ML or may be for block chain

  • @VamsiYalamati
    @VamsiYalamati 3 месяца назад

    THAT'S GREAT

  • @raviteja-u9u
    @raviteja-u9u 9 месяцев назад

    i think older version is good according to coding lines and syntax

  • @LeninEight
    @LeninEight 10 месяцев назад

    Thank you

  • @deebaksharma7556
    @deebaksharma7556 7 месяцев назад +1

    Why it is not working in vs code?

  • @fundango7690
    @fundango7690 2 месяца назад

    its good

  • @alexikamran7039
    @alexikamran7039 2 года назад

    break seems like good for kick start/

  • @108vicky
    @108vicky 2 года назад

    Nice tutorial

  • @BIT_RaginiV
    @BIT_RaginiV 5 месяцев назад

    after arrow operator , can we use compoud statement?

  • @kumarmahendra2611
    @kumarmahendra2611 2 года назад +2

    What if we have to execute Multiple statements after -> or yeild ?

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

      for that simple use previous concept of switch;

  • @bucztechph
    @bucztechph Год назад

    So basically they allow to put lambda expressions in switch case

  • @BakhtyarQadriCodeArtist
    @BakhtyarQadriCodeArtist 4 месяца назад +1

    Correction: Strings are supported from Java 7

  • @randomshorts1039
    @randomshorts1039 2 года назад

    finally, now they are adopting kotlin syntax.

  • @pamusohith547
    @pamusohith547 2 года назад

    Thank you sir

  • @rishibose08
    @rishibose08 10 месяцев назад

    I like it.

  • @shinobiworld860
    @shinobiworld860 18 дней назад

    Other guys- hello students, what's up guys
    He - welcome back 👽

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

    It’s similar to cpp(Most of the syntax)

  • @vishwasrchonu7134
    @vishwasrchonu7134 5 месяцев назад +6

    Java is copying things from python and javascript, finally!! 😂😂😂

    • @deepadevi8911
      @deepadevi8911 5 месяцев назад

      Yeah it seems

    • @henrycepeda5709
      @henrycepeda5709 День назад

      ​@@deepadevi8911jejejeje. As the same python copied several features from Java and other languages.. Great! There are many changes to continue improvement our daily sofatware development..

  • @ilyabritkov2478
    @ilyabritkov2478 Год назад

    Sad that pattern Matching, gaurded Patterns and null-safe were not covered

  • @CodingBirdsOnline
    @CodingBirdsOnline Год назад

    java --version
    java 12.0.2 2019-07-16, I see java 12 in my system, but this syntax not working, getting an error.

  • @sushilrawal4888
    @sushilrawal4888 2 года назад

    Thanks sir

  • @lalitk7057
    @lalitk7057 2 года назад

    Great

  • @chetanbharat6766
    @chetanbharat6766 2 года назад

    Is there any relationship with Lemda -> or switch ->

  • @lalit-singh-bisht
    @lalit-singh-bisht Год назад

    do we have to write it in a block with there are multiple statements associated with a case

  • @lathakarthikv1335
    @lathakarthikv1335 10 месяцев назад

    What if we want to have more than one statement in updated switch block..

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

    the format case "monday" -> output is not working ..showing like invalid syntax

  • @kartikeyanbagali1203
    @kartikeyanbagali1203 Год назад

    What if for each case we want to return different data types then how we can assign switch case to reference variable (result)

  • @bswt002
    @bswt002 Год назад

    Where can I see new updates like this?

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

    This video series is unique but language problem 😢 Hindi or English mix rahta

  • @newworld8061
    @newworld8061 Год назад

    good

  • @rajualiendog8954
    @rajualiendog8954 Год назад

    Where you got updated these things sir

  • @sudharshan7203
    @sudharshan7203 2 года назад

    is this update a good way? In case I need to continue the block. what can I do in the update switch statement? I think this update is easy to write a code but how do we continue the block?

  • @aruns6214
    @aruns6214 Год назад

    Sir we cant use switch statement in while loop because the break statement breaks entire looop😔😔

  • @Wanderer3639
    @Wanderer3639 Год назад

    I just learned you could use multiple conditionals for the same case... I just copied the code 2 times.

  • @dynamohack
    @dynamohack 2 года назад

    nice

  • @kirillch
    @kirillch 3 месяца назад

    🙌

  • @MohaleMohale
    @MohaleMohale Год назад

    Lessons are Good, may you please not blur the board!

  • @curiosity6969
    @curiosity6969 2 года назад +1

    22 seconds of darkness at the end...

  • @saurabhkumar-xm8wb
    @saurabhkumar-xm8wb Год назад

    Can we write multiple line statements in cases as we do in lambda expression using open close braces?

    • @hey-cg3fv
      @hey-cg3fv Год назад

      yes but use yield keyword

  • @MarioBuchichio
    @MarioBuchichio Год назад

    I never understood the concept of the old switch needing the break. I guess it serves a purpose for some people, but it makes no sense to me.

  • @commonman5768
    @commonman5768 2 года назад

    Hi sir, I'm stuck as software test engineer. I need to switch to development please suggest good path. I'm flexible in coding language

  • @ehteerk
    @ehteerk Год назад

    why am I getting an error when using multiple cases in single case
    public class Main
    {
    public static void main(String[] args) {
    String d="f";

    switch(d)
    {
    case "f", "m":
    System.out.println("work");
    break;
    case "sat":
    System.out.println("gym");


    }
    }
    }
    ERROR:
    Main.java:19: error: : expected
    case "f", "m":
    ^
    1 error

    • @ingenium8452
      @ingenium8452 11 месяцев назад

      i am not facing any issue bro
      public class hello{
      public static void main(String[] args){

      String d="f";


      switch(d)
      {

      case "f", "m":
      System.out.println("work");
      break;
      case "sat":
      System.out.println("gym");

      }
      }
      }

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

    Coming from golang its normal but here looks like oracle or Java communities trying hard to catch up with modern language like go.

  • @nileshkumbhar1406
    @nileshkumbhar1406 2 года назад

    ♥️

  • @faarouqasaju6023
    @faarouqasaju6023 Год назад

    I'd stick to the old syntax

  • @siva5258
    @siva5258 11 месяцев назад

    I think it's a good thing but old switch is better than this 😁

  • @dracula9504
    @dracula9504 Год назад

    Better create new language for this. It makes java more complicated. This is good for intelligent people. How about the average? Maybe they have no right to become a developer.

  • @nishantvijaybadgujar8857
    @nishantvijaybadgujar8857 3 месяца назад

    Nice feature😅

  • @subhajitbarh8435
    @subhajitbarh8435 2 года назад

    java is the new kotlin

  • @christcombiccombichrist2651
    @christcombiccombichrist2651 10 месяцев назад

    Shit java is too much every time I think I reach the end of a lesson , some new thing always comes up. I haven't gotten any where as yet to build a project. But any way I'll try.

  • @shashanksinghsisodiya514
    @shashanksinghsisodiya514 2 года назад

    I don't even know Java 8 and Java is at v17🤦 after v100 Java will be rebranded to new jabaa language 😁😁

  • @KarthiKeyan-ov3es
    @KarthiKeyan-ov3es 2 года назад

    Similar to kotlin

  • @fascinatingtop1015
    @fascinatingtop1015 2 месяца назад

    Lol, thus python is good 🤣🤣

  • @divergenny
    @divergenny 2 года назад

    Thank you

  • @giritalari793
    @giritalari793 2 года назад

    Great