Well, I have developed a java application using several objects relationships that make the memory usage too expensive. I have no experience managing the java memory because
The whole point of java garbage collection is that you don't have to do anything. Garbage collection is done for you.