private List<Data_type> List_variable = new ArrayList<>();
Example to create a list of Car objects
private List<Car> carList = new ArrayList<>();