InterviewSolution
Saved Bookmarks
| 1. |
Can The Exists Method Be Used For Index-by Table? |
|
Answer» Yes, the EXISTS method can be used for all collection TYPES. It RETURNS a BOOLEAN value, TRUE, if the collection ELEMENT is initialized and FALSE, if the collection element is not initialized. Yes, the EXISTS method can be used for all collection types. It returns a Boolean value, TRUE, if the collection element is initialized and FALSE, if the collection element is not initialized. |
|