Java OOP Data Access -
i programming in java , using common patterns (dao,factorys, ..). in cases, needed hold global accessible data (for example game entities in game requested several windows). save global data? there solution scalable?
the static data structures occupy memory.so shouldn't use static data structures unless have use it
Comments
Post a Comment