I have a big xml file which I need to read in multiple classes, say 9 or 10 classes. What's the best way to achieve this? I can create a common class , create an object, read that class from all other classes. But that consumes more more memory since I have to create the object 10 times. So is there any best way which I can implement this?