Skip to content

Instantly share code, notes, and snippets.

@Raouf25
Created May 6, 2020 04:24
Show Gist options
  • Save Raouf25/dcc2dad5fb2136d91b5f48c17776012a to your computer and use it in GitHub Desktop.
Save Raouf25/dcc2dad5fb2136d91b5f48c17776012a to your computer and use it in GitHub Desktop.
List<String> list = new ArrayList<String>();
list.add("hello");
list.add(32);//Compile Time Error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment