1 Map map = new HashMap<>();
2 map.put(product, quantity);
3 ArrayList cart = (ArrayList)session.getAttribute(&qu