Im a Computer science and Eng student at uni and I have OOP test. So I have and ArrayList with Interships and this internships have subjects. I have to create a method where I need to return an iterator with the internship that have that subject.
I was going to create a local data struct like LinkedList or ArrayList and then return it with .iterator method, but im not really sure what’s more efficient.
New contributor
Dinis Raleiras is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.