Results 1 to 6 of 6

Thread: Where does the execution stops exactly

  1. #1
    Geek_Guest
    Guest

    Where does the execution stops exactly

    Procedure 'a' and procedure 'b' - two procedures are there.
    Now I am calling procedure 'b' from 'a'.
    In procedure 'b' I used one exception, that exception is having error
    So.. Now where does the execution stops exactly....

    Thanks,
    Somesh..
    Question asked by visitor somesh


  2. #2
    Junior Member
    Join Date
    Jun 2007
    Answers
    28

    Re: Where does the execution stops exactly

    Procedure 'B'


  3. #3
    Contributing Member
    Join Date
    Apr 2007
    Answers
    46

    Re: Where does the execution stops exactly

    Execution will stop as soon as exception occur in procedure b.


  4. #4
    Expert Member
    Join Date
    Jun 2006
    Answers
    410

    Re: Where does the execution stops exactly

    No...the control goes to exception section of Procedure A...If the exception handled in A's exception section then that block of code will get executed...


  5. #5
    Junior Member
    Join Date
    Jun 2007
    Answers
    3

    Re: Where does the execution stops exactly

    The point at which u called procedure 'b' in procedure 'a' will stop the execution of procedure 'b', which causes to stop procedure 'a'.


  6. #6
    Junior Member
    Join Date
    Jun 2007
    Answers
    3

    Re: Where does the execution stops exactly

    Execution will continue at the topmost exception handler.
    continuation of pro a event ..........


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact