Home > Back-end >  JAVA problem
JAVA problem

Time:05-08

A Person [] stu=new Person [4]. Ask why this is not in allocating memory?? Stu [0]=new Person (); This is allocated memory in the heap, I don't understand the top that is not also in allocating memory? Help children!
  • Related