InterviewSolution
Saved Bookmarks
| 1. |
Can We Define A Variable Which Can Be Accessed By Many Jobs? |
|
Answer» Yes, we can declare a STATIC variable in the rountine and ADD the setter method for the respective variable in the ROUTINE. Then this variable can be accessed from VARIOUS jobs. Yes, we can declare a static variable in the rountine and add the setter method for the respective variable in the routine. Then this variable can be accessed from various jobs. |
|