Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thiagolinoz/a9c1307bed73147bf6420cb52315810c to your computer and use it in GitHub Desktop.
Save thiagolinoz/a9c1307bed73147bf6420cb52315810c to your computer and use it in GitHub Desktop.
Declaring an ArrayList
List myList = new ArrayList();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment