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

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

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -