use of finally block in exception handling in webmethods
Answer / wmlead
Lets assume we have a code where we are using open ssh and in the try block we are doing a sftp login .
So in case of success or error either step we would have to do a logout . So to avoid code duplication both in end of try and catch block we can have a finally block (exit on done). Do a logout in this sequence.
Also it can hold good when we do a manual connection to a DB and irrespective of success or failure we want to close connection.
Main(Exit on success)
|
|----Try(Exit on Failure)
|
|----Catch(Exit on Done)
Finally(Exit on Done)
| Is This Answer Correct ? | 16 Yes | 1 No |
Join types in Trigger?Explain?
what is adictionary
What is the difference between DISABLING a Polling Notification and SUSPENDING a Polling Notification?
How You Can Delete Session Logs On IS?
what is the difference between lexical ooperators,logical operators?which one is mainly used in filter,broker?why?
2 Answers Emphasis, HCL, iGate,
What Is the Pipeline Editor?
What Happens When an Event Occurs?
How to connect jdbc connection in webmethods without server and with server step by step explain.
Who is Best Prime Minister of India
In what folder is the webMethods documentation for Broker located?
How to Know Who Has an Element Locked?
i have partner A,and partner B, then i want to send a document to partner B, what are requirements i will provide to partners ?