how to make a new arraylist java

Java
ArrayList<Type> name = new ArrayList<Type>();
Source

Also in Java: