multiple catch block in java | Learn Coding

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 39

  • @ayush1344
    @ayush1344 Рік тому +14

    Sir i have no words to express my gratitude for your help
    Sir my all concepts and doubts are cleared bacause of your wonderful explanation
    Thankyou

  • @Huba-mu2js
    @Huba-mu2js 4 місяці тому +3

    best channel to learn coding!
    please make videos on getter and setter methods and passing object as a parameter!
    looking forward to watch AI tutorials as well!

  • @ece39pranshupatel71
    @ece39pranshupatel71 Рік тому +3

    Thank you so much sir for this wonderful playlist....I accessed your playlist 3 days ago and it was a gem 💎 of a OOPS Playlist in Java.... Your explanation is unmatchable... every topic taught by you is crystal and clear 💯... Thanks sir for this wonderful playlist ❤️🙏

  • @apekshakale8823
    @apekshakale8823 3 роки тому +9

    sir plz make Advance Java programming video also. ur teaching way is to good keep it up sir👍😊🙏

  • @santyvlogs100
    @santyvlogs100 11 місяців тому

    mind-blowing sir you are great

  • @harryogivlogs131
    @harryogivlogs131 2 роки тому +1

    Very nice explained sir👍

  • @sam36830
    @sam36830 3 роки тому +6

    Nice Methodology Sir,
    Sir if possible please Compose JDBC, Servlet & JSP Also.
    Jai HIND Jai JHARKHAND

    • @ajaydongre5092
      @ajaydongre5092 2 роки тому

      Sir please make the jdbc, Servlets ,jsp Full explanation videos
      Thankyou 🙏........

  • @exclusivehandicrafts4061
    @exclusivehandicrafts4061 3 роки тому +1

    Best explanation 👍

  • @learnwithshahzadi7686
    @learnwithshahzadi7686 2 роки тому

    Very nice explanation sir .All leacture are very nice 👍

  • @farazahmad0587
    @farazahmad0587 3 роки тому +2

    Thanks sir. U r very punctual.
    Really appreciated ur work for us.
    #120k sir.🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥

  • @maxeducation5148
    @maxeducation5148 2 роки тому

    Grt sir ji. Mhan ho AAP

  • @trendingshorts8092
    @trendingshorts8092 2 роки тому

    best course sir thank you

  • @deepaksahoo9876
    @deepaksahoo9876 6 місяців тому

    Thank you sir 😊

  • @ayushgandhi2030
    @ayushgandhi2030 2 роки тому

    very nice teaching

  • @shadowwarrior6485
    @shadowwarrior6485 3 роки тому +1

    thank you

  • @artistprudential
    @artistprudential Рік тому

    Thank you sir

  • @Niranjankumar-gl7ut
    @Niranjankumar-gl7ut 7 місяців тому

    Great Sir , plz make Advance Java programming video also

  • @Techno-Tricks
    @Techno-Tricks Рік тому +2

    hum har catch block me super Exception kyu nhi lekh te iske kuchh disadvantages hai kya ?🤔

  • @tejasvinisupe565
    @tejasvinisupe565 2 роки тому

    Super👍👍🙏🙏🙏😇😇

  • @yadavbirendra777
    @yadavbirendra777 2 роки тому

    Please make advanced Java video

  • @sadhanasoni8257
    @sadhanasoni8257 3 роки тому +1

    Sir operating system ka btayiye ab pls sir

  • @trishameshram4972
    @trishameshram4972 2 роки тому

    👍

  • @hamzakhan-lz2yb
    @hamzakhan-lz2yb 3 роки тому

    Sir chip memory optical disk ke video banaye plzz

  • @pathanboss613
    @pathanboss613 3 роки тому +1

    String= null; sir aap agar null ko "null" me likhenge tabb ye uppercase me convert ho jaayega toh kya isme hum apne aap se exception create krr rahe hai ?

    • @tejasvinisupe565
      @tejasvinisupe565 2 роки тому +1

      String me agr null ko String="null"; aise likhate to wo ek value ban jata our uppercase me convet hota.. lekin null mtlb No value.. thats why..

  • @trolling368
    @trolling368 2 роки тому +1

    I need catch statement sir plss helpp reply??

  • @curiouscoderadityamishra2998
    @curiouscoderadityamishra2998 3 роки тому

    Sir plz app OSI ka full video banaye

  • @tulsijain1455
    @tulsijain1455 3 роки тому +2

    Sir plz. Provide written notes

  • @muskangupta8299
    @muskangupta8299 3 роки тому

    Sir campus ke basis par question dalo. Please mere college mai campus aane waala hai

  • @naimkhan8485
    @naimkhan8485 3 роки тому

    Sir Next video kab upload hogi java ki. Please sir
    Exam hn

  • @muskangupta8299
    @muskangupta8299 3 роки тому

    Aur sir python start karo na

  • @gauravyadav-tu7tq
    @gauravyadav-tu7tq 5 місяців тому

    Notes?

  • @KeesariVigneshwarReddy
    @KeesariVigneshwarReddy Рік тому

    class MultipleCatchBlock5
    {
    public static void main(String args[])
    {
    try
    {
    int a[]=new int[5];
    a[5]=30/0;
    }
    catch(Exception e)
    {
    System.out.println("common task completed");
    }
    catch(ArithmeticException e)
    {
    System.out.println("task1 is completed");
    }
    catch(ArrayIndexOutOfBoundsException e)
    {
    System.out.println("task 2 completed");
    }
    System.out.println("rest of the code...");
    }
    }
    I compiled the above program. I am getting compile time error. But the first catch block could handle the exception since it is super class. Please explain.

    • @nalbandsahera4255
      @nalbandsahera4255 Рік тому

      The Super class block already handled the exception, so no need to write/define separate subclass exceptions,please remove the exception subclasses and try

  • @Ankur_pal_1
    @Ankur_pal_1 3 роки тому

    Kisi ke pass BCA 6th sem ka notes hai ,, please contact me ,,, please friends ,,

  • @mridulsd2023
    @mridulsd2023 5 місяців тому

    Useless to use multiple catch block

  • @shivajiawasthi4132
    @shivajiawasthi4132 8 місяців тому

    Thank you sir