Java Exception Handling || Exception HandlingPurpose and speciality of finally block || by Durga Sir

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

ความคิดเห็น • 16

  • @ДаниярЖадырасын
    @ДаниярЖадырасын 6 ปีที่แล้ว +6

    Shortly, finally block is always executed. Use finally block to clean up resources, like closing db connection and etc.

  • @KG22SHORTS
    @KG22SHORTS ปีที่แล้ว +1

    Thank you sir love from odisha

  • @mmjblogs869
    @mmjblogs869 4 ปีที่แล้ว +1

    Very clear.thankuu..

  • @madhusudhankamalapuram7608
    @madhusudhankamalapuram7608 4 ปีที่แล้ว +1

    Thanks sir............

  • @sohamdabholkar994
    @sohamdabholkar994 4 ปีที่แล้ว +1

    Sir if we write system.exit in try block then also it will execute finally block?

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  4 ปีที่แล้ว

      Hello Soham.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @priyankaSingh-jj7jz
    @priyankaSingh-jj7jz 4 ปีที่แล้ว +2

    If we removed finally keyword but block is there then in that case what will happen?

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  4 ปีที่แล้ว

      Hello Priyanka.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

    • @KG22SHORTS
      @KG22SHORTS ปีที่แล้ว

      It happyly compile no compilation error...

    • @KG22SHORTS
      @KG22SHORTS ปีที่แล้ว +1

      Try to run this problem in your computer 🖥️

  • @naveenkumarthammaneni8127
    @naveenkumarthammaneni8127 4 ปีที่แล้ว +2

    Sir we got exception in catch block then Wt happen

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  4 ปีที่แล้ว +1

      Hello Naveen.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

    • @valentine7032
      @valentine7032 4 ปีที่แล้ว +1

      Abnormal termination

  • @BHAGATSINGH-xy4te
    @BHAGATSINGH-xy4te 5 ปีที่แล้ว +1

    In case 3: exception raised but not handled then why and how JVM gives information about exception raised in the try block?

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  5 ปีที่แล้ว +1

      Hello Bhagat Singh.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

    • @sarbeswarbasak2564
      @sarbeswarbasak2564 4 ปีที่แล้ว +3

      Because if exception is not handled then the exception will be handled by default exception handler which is part of JVM only..