UKG Interview Question

Given array list within array list, asked to create Custom iterator to print all the children of this multiple array list in their order. Iterator next should automatically point to start of next array list within the parent array list to print the results.

Interview Answer

Anonymous

Jul 29, 2016

Iterator next should automatically point to start of next array list within the parent array list to print the results.

1