logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • When finally block is executed?


  • Correct Answer
  • If exception is generated in try and if that exception is not catch by any catch then finally is executed If exception is generated in try and if that exception is caught by one of catch statements then also finally is executed if no exception is generated then also finally is executed 


  • Technology problems


    Search Results


    • 1. Why synchronization?
    • Discuss
    • 2. How to do MultiThreading in Java?
    • Discuss
    • 3. What is MultiThreading?
    • Discuss
    • 4. What is MultiTasking?
    • Discuss
    • 5. What is Thread?
    • Discuss
    • 6. How to call a constructor in java?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment