Skip to content

Instantly share code, notes, and snippets.

@darrenbkl
Created January 16, 2020 15:01
Show Gist options
  • Save darrenbkl/3a1ce22cc7840b132a9ded2b51512fa1 to your computer and use it in GitHub Desktop.
Save darrenbkl/3a1ce22cc7840b132a9ded2b51512fa1 to your computer and use it in GitHub Desktop.
<String> list = new ArrayList<>();
System.out.println(list.getClass()); // java.util.ArrayList, list is not reified to ArrayList<String>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment