Quiz#1 - JAVA Increment (++) and Decrement (- -) : Interview Question : Best Way to Solve

Sdílet
Vložit
  • čas přidán 4. 09. 2024
  • JAVA: Increment (++) and Decrement (- -) : Interview Question : Best Way to Solve
    Schedule a meeting in case of any queries/guidance/counselling:
    calendly.com/n...
    ~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
    www.youtube.co...
    Follow me on my Facebook Page:
    / naveenqtpexpert
    Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:
    t.me/joinchat/...
    Naveen AutomationLabs Paid Courses:
    GIT Hub Course:
    naveenautomati...
    Java & Selenium:
    naveenautomati...
    Java & API +POSTMAN + RestAssured + HttpClient:
    naveenautomati...

Komentáře • 19

  • @shubhamkusalkar8778
    @shubhamkusalkar8778 Před 6 měsíci +2

    I saw this video yesterday and today interviewer asked me this type of question.
    No feeling is greater than this. 😅

  • @Swarno2004
    @Swarno2004 Před 10 měsíci +7

    10 years confusion cleared in 20 minutes,thanks Naveen

  • @morajiroshan6641
    @morajiroshan6641 Před 13 dny +1

    Finally i understood this concept, Thanks very much naveen bro its worth to watch your video

  • @AS-pu3uu
    @AS-pu3uu Před měsícem

    brother i really appreciate the way you solved this problem so easily , i was literally very hopeless in understanding that because i was missing the dots. but now i understood it well. kindly keep spreading the knowledge the way you are with the simplest and easiest way possible . huge respect and love ❤️❤️ !

  • @AshuTest21
    @AshuTest21 Před 6 měsíci +2

    got it cleared after years of confusion. Thank you for saving us.

  • @namratasingh711
    @namratasingh711 Před 10 měsíci +1

    Awesome video, Naveen. The increment and decrement concept is super clear now. We need more such kinds of videos!

  • @nikhilbro665
    @nikhilbro665 Před 10 měsíci +1

    Superb Sir. Thank you so much for this concept about increment decrement operator 🙏

  • @user-zx7yd6wh4i
    @user-zx7yd6wh4i Před 10 měsíci +2

    Thanks for making this video.

  • @nagasaimaddula56
    @nagasaimaddula56 Před 5 měsíci +1

    Thank you

  • @hrushikeshpurohit2195
    @hrushikeshpurohit2195 Před 4 měsíci

    Thanks Naveen sir for this vdo , please share all assignments i want to practice more please share

  • @user-nq5yk6zu2w
    @user-nq5yk6zu2w Před 10 měsíci

    I surprised by knowing these concepts, Thank you so much. Great explanation.

  • @SathishKumar-up6xr
    @SathishKumar-up6xr Před 10 měsíci +1

    Thanks Naveen. Video was very useful

  • @pavanmanny4523
    @pavanmanny4523 Před 10 měsíci +1

    Really very helpful Thank you sir 😍

  • @sz3uz
    @sz3uz Před 10 měsíci +1

    Crystal Clear 🙂

  • @SameerKumar-yu1xi
    @SameerKumar-yu1xi Před 10 měsíci

    I have ans correctly on linkedIn post.... i.e 12 (All thanks to Naveen Sir)
    and was right till this question came ---->> at 16min
    int i=0;
    int k = i++ - --i + ++i - i--
    i was expecting ans as i = 1
    but got to no... ++i when it increasing its value.... next i--

  • @brijesh.1312
    @brijesh.1312 Před 10 měsíci +1

    Very useful, thank you!

  • @travelandspiritual
    @travelandspiritual Před 10 měsíci +1

    Why i am Getting Always -48