How to compare 2 list ArrayList with List
ArrayList list = {a,b,c,d} and List lst = {a,b,c,d,e}
result: List al = {e}
How should I approach this problem