#8 Servlet and JSP Tutorial | RequestDispatcher and sendRedirect Theory

Поделиться
HTML-код
  • Опубликовано: 11 окт 2024
  • Complete Servlet and JSP playlist : goo.gl/pKFeSv
    n this video we will see :
    Calling servlet from servlet
    What is request dispatcher
    Example of request dispatcher
    sendRedirect method
    Session management
    How sendRedirect works
    Editing Monitors :
    amzn.to/2RfKWgL
    amzn.to/2Q665JW
    amzn.to/2OUP21a.
    Check out our website: www.telusko.com
    Follow Telusko on Twitter: / navinreddy20
    Follow on Facebook:
    Telusko : / teluskolearn. .
    Navin Reddy : / navintelusko
    Follow Navin Reddy on Instagram: / navinreddy20
    Subscribe to our other channel:
    Navin Reddy : www.youtube.co....
    Telusko Hindi :
    www.youtube.co....
    Donation:
    PayPal Id : navinreddy20
    Patreon : navinreddy20
    www.telusko.com...

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

  • @tulsimudaliar10
    @tulsimudaliar10 4 года назад +11

    All your explainations are clear,up-to-point along with hands-on with practical knowledge.I have learn from core java to spring ioc concepts just going through telusko and working on it. Great work Sir.Keep going.

  • @AngelCintiaRockgirl
    @AngelCintiaRockgirl 4 года назад +2

    I love all these tutorial videos. You are great at teaching. I follow along while learning Java, and it all works on my terminal.

  • @md.abdullahalmasum4942
    @md.abdullahalmasum4942 3 года назад

    telusko channel is another search engine for me.

  • @RekhaS-t9p
    @RekhaS-t9p Год назад

    Its a pleasure learning through these videos, nicely curated.

  • @chinmaydas4053
    @chinmaydas4053 6 лет назад +1

    We learn lots in detail and easy way,you are great.keep on your great work sir..

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

    Best explanation ever!!

  • @nihalwaseem7106
    @nihalwaseem7106 4 дня назад

    Best explanation thanks telusko!!

  • @rinimitra6229
    @rinimitra6229 6 лет назад +1

    Hi Navin! Thank you so much for all of your tutorials. They help me a lot! Thanks!

  • @myprofile702
    @myprofile702 6 лет назад +2

    Sir please complete this tutorial don't leave it in between like previous jsp servlets series...... Liked, shared

  • @fahmifarhat7076
    @fahmifarhat7076 4 года назад

    Very clear explanations as usual. You are the best!

  • @jyothsnadevipayyavula6912
    @jyothsnadevipayyavula6912 5 лет назад

    I have learned lot from your videos sir ......your are excellent.....sir

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

    simply awasome

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

    Awesome explanation 👍👍👍

  • @sakshibhalothia8770
    @sakshibhalothia8770 4 года назад

    Thanks a lot for your amazingly wonderful tutorials.

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

    nicely explained ..thanks a lot!

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

    Thank you

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

    Wonderful explanation Thank you so much sir... :-)

  • @digitalnomadg
    @digitalnomadg 6 лет назад +2

    Sir, I am also watching those previous videos of servlets and jsp of yours while i am practicing side by side using my eclipse. And sir can you please give the link of that java books you mention very earlier in your video?? I want to practice more of java questions, I am also using hackerearth for problem solving.

  • @krishnamurthy7027
    @krishnamurthy7027 6 лет назад

    we are waiting for more updates from you. Please update soon as much as possible. thank you

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

    nice one

  • @pratikgupta7373
    @pratikgupta7373 6 лет назад +1

    Nice tutorial

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

    thanks a lot sir ji

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

    welcome back Aliens!!🤣🤣

  • @kokulan21
    @kokulan21 5 лет назад

    finally i learned what is session. :)

  • @VAR2024
    @VAR2024 5 лет назад

    Super sir

  • @heenashaikh2238
    @heenashaikh2238 4 года назад

    Sir plz make a video on non-blocking I/O

  • @mnaalirai1981
    @mnaalirai1981 5 лет назад

    Thank you so much sir

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

    Forward is used for internal resources only but redirect can be used for external resources

  • @sagarmeena0210
    @sagarmeena0210 5 лет назад

    you da best

  • @vineethamuralidhar5176
    @vineethamuralidhar5176 5 лет назад

    His speed is perfect! So instead of complaining just slow it down for yourself!!!!!!!!!!!

  • @saurabrakshit405
    @saurabrakshit405 4 года назад

    nice

  • @y.prakashrao511
    @y.prakashrao511 Год назад

    hii sir is it better to use dispatcher servelt or send redirect

  • @AkashJhaDDN
    @AkashJhaDDN 6 лет назад

    SIR, please add video for Android CERTIFICATION, should we invest or not if have experience of 2 year

  • @digitalnomadg
    @digitalnomadg 6 лет назад

    Is there any security or faster information passing logic between these two ??

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

    gr8 vsdos

  • @fortunespirit
    @fortunespirit 5 лет назад +4

    sequences of videos are all jumbled up great videos though

  • @szeeshan896
    @szeeshan896 6 лет назад

    Yeah i enjoyed
    Sir i learned lots of from u
    Nd i refer your channel to my frndz
    Now i have a question
    If i use RequestDispacher then i can use forward () too
    Lets take an example after logic i show msg login successful by using req.setAttribute while using RD. Bt d problem is
    When i use resp.sendRedirect("location") we can't show any msg to user.
    So i want to know is there any way we can show any msg to user by using sendRedirect?

  • @sagarmeena0210
    @sagarmeena0210 5 лет назад

    cool

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

    Did I hear that? :-(welcome back aliens) 👽 😅😅

  • @fatomahmed4298
    @fatomahmed4298 4 года назад

    why we should send data in the 1st request ti s1?
    it won't overflow s1 if we send multiple requests???
    could we just request an inquire first to 1 to determine whether we continue with it or not then send the data

  • @dharmender1975
    @dharmender1975 6 лет назад +2

    sir please speak slow than we will able to better understand

  • @devndraprajapati3527
    @devndraprajapati3527 6 лет назад +1

    thoda sa speed kam kro sir ........fast bolte hai catch krne k liye problem hota hai

    • @grahampawar
      @grahampawar 4 года назад +1

      Decrease video playback speed...

  • @sunnyjain630
    @sunnyjain630 5 лет назад

    what is session mangement can anyone tell me with a practical example!!

  • @rishikesh3163
    @rishikesh3163 4 года назад

    I'm getting error (cannot call sendredirect() after the response has been committed?? Can anyone help me

  • @caesarz7704
    @caesarz7704 6 лет назад

    Hi navin, I have a question. If we use requestdispatcher to transfer request object and response object to a new servlet, can we directly use getrequestparameter method in the new servlet to grab value from the request without set attribute in first servlet? Thanks

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

    we are indians
    not ALIENS

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

    we are'nt alien baby.

  • @rahulgoti3864
    @rahulgoti3864 6 лет назад

    Thank you