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 を探します。