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.
問題があります。Java 7 は ArrayList からの要素のロードをどのように処理しますか? もっと明確にしようとしています。データベースから ArrayList を取得します。私がそれを取得すると、そこに格納されているすべてのバイト配列がロードされますか、それとも get を呼び出したときにのみ動的にロードされますか?