※未経験エンジニアが語る戯言を含みます。 たぶんソースを私が読める限り読んだ感じではこういうことだと思います。 Listがインスタンス化できないのはインターフェースだから当然として、途中にAbstractListという具象メソッドも提供できる抽象クラスが ...
Java Silver取得を目指して、毎日コツコツ勉強中です。 このnoteでは、学んだことを整理して記録しています。 同じように勉強している方の参考になったらうれしいです! 型混在は キャスト時に例外が発生する可能性あり 型安全にするには ジェネリクスを ...
In this blog we will learn about ArrayList. ArrayList is one of the collection class of collection framework. It is a way of storing elements dynamically in an array. It implements the List interface ...
Arraylist.java is the actual implementation of the features of an arraylist, while TestArray.java is the code written to test the functionality. This code only works on objects.