I have following kind of structure where this structure can be very deep. Can
this cause some issues? 

public class Person {
        String name;
      Person friend1, friend2;
      
}

Thanks

Dheeraj Soti

Reply via email to