Skip to content

Instantly share code, notes, and snippets.

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