Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用单个类来“保存”对象是否方便?假设我想多次使用一个对象(同一个对象),我可以很容易地从创建了静态对象的“容器类”中获取它。
最好使用容器来容纳对象。如果要管理对象集合,请使用容器。
您正在寻找依赖注入模式。例如,寻找 Google Guice。