InterviewSolution
Saved Bookmarks
| 1. |
What Will The Result Of The Next() Method, If X Is The Last Element Of The Collection? |
|
Answer» The NEXT (<x>) method will RETURN NULL if the last element of the collection is reached. The NEXT (<x>) method will return NULL if the last element of the collection is reached. |
|