Skip to content

Instantly share code, notes, and snippets.

@Raouf25
Last active May 6, 2020 04:19
Show Gist options
  • Save Raouf25/9bfe85bff232a5eeeafaef8769abedcb to your computer and use it in GitHub Desktop.
Save Raouf25/9bfe85bff232a5eeeafaef8769abedcb to your computer and use it in GitHub Desktop.
List<Integer> list = new ArrayList<Integer>();
list.add(10);
list.add("10");// compile-time error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment