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.
配列に要素を動的に追加したい。サイズが固定されていない。arraylist を使用するか、配列を使用するか。データ型は同じです。型が int のデータベースから値を追加しています。では、どのデータ型を使用するか?配列または配列リストからの値?
ArrayList の代わりに Generic List を使用して、型キャストのオーバーヘッドを回避します。
サンプルを見る