What is a scope of a variable that declared inside the main?
Is tht accessible in try & catch block?
Answers were Sorted based on User's Feedback
Answer / siva subrahmanyam
It's not accessible directly. Scope Ends within the Main block. However, it can be accessed through the Pipeline document unless it is dropped within main block.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / sameer
If U specify that local variable inside the try block then you access it and simultanously u can catch the Exception in catch which is user understand S.O.P statement
| Is This Answer Correct ? | 0 Yes | 0 No |
when we are using loop and when we use repaet?
What Is a Regular Expression?
n what folder is the webMethods documentation for the Broker Admin package located?
what is the difference between Schema and SchemaDT
What are the advantages of eai?
how can try and catch block can be implemented using web methods developer ? tell the steps to implement it?
We have created a insert notification ,is there any way to process the document in the subscriber without publishing it .....?
In JMS can we publish a document to multiple brokers ? If Possible ,how can we achieve that ?
What Happens When a Client Runs a Service with ACLs?
What Is a Package?
how to configure sap adapter 4.1
Difference between custom sql ,dynamic sql ? when we use custom sql,when we use dynamic sql?