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

Popular posts from this blog

c++ - Linked List error when inserting for the last time -

java - activate/deactivate sonar maven plugin by profile? -

tsql - Pivot with Temp Table (definition for column must include data type) -- SQL Server 2008 -