You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you delete an element which does not exist in the list may cause NullPointerException,
, for example, line 235,change myList.delete(7) to myList.delete(99).