Pregunta de entrevista de Earnix

A. In what situation does finally not release resources of the current thread. B. Which design pattern does the for loop on a collection object use( bad definition of question) C. After many more questions.. he asked, implement a method which returns all the subsets of a given array. This is a silly combination question.

Respuesta de la entrevista

Anónimo

21 may 2021

A. If the process falls for some reason B. Iterator, all collections implement it.