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 |
What Is Dimensionality?
How to create a link between variables?
if i dont want to repeat then what i need to do?
When and why should we use transformers and flow services? How are they different from each other?
How many kinds of log files in WebMethods???? and where are they exist???
Difference between custom sql ,dynamic sql ? when we use custom sql,when we use dynamic sql?
what is meant by "Block time out" and "Expire time out " in jdbc adapter configuration
In which case we are not advised to use Transformers...?
how can you find file name in file-pooling concept?
How Java Services Are Organized on the webmethods Server?
What Is a Lock?
Should we archive derived files?