It is a collection of Same Datatypes(Primitives,Objects,Complex Datatypes). int [] arr :-Declaration of array. arr is getting defined in stack. [THIS THING HAPPENS AT ...
List は、複数のデータを順番つきで管理するためのコレクションです。 List<String> names = new ArrayList<>(); names.add("田中"); names.add ...