List<String> l=new ArrayList<String>();//List is an interface-->so it cannot be instantiated directly-->AL is a concrete class that implements List(interface) //So, we create an AL obj and store its ...