InterviewSolution
Saved Bookmarks
| 1. |
For the same input parameters, if the stored function returns the same result, it is called _____________(a) deterministic(b) non deterministic(c) regular(d) monotonous |
|
Answer» Right answer is (a) deterministic Explanation: For the same input parameters, if the stored function returns the same result, it is called a deterministic function. Otherwise, the stored function is called not deterministic. |
|