0
Whether it will work or nt
void display() { collections.sort(animals); system.out.println(animals); } and then display fun is called in main class with the help its object mc.display() IT WILL WORK OR NT
1 ответ
0
be specific about that animals is class datamember ? because Where are you declare the "animals "?