Skip to content

Instantly share code, notes, and snippets.

@ramadani
Created April 7, 2017 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramadani/fe76cb037ef49c6be1cff375ce5f8dfc to your computer and use it in GitHub Desktop.
Save ramadani/fe76cb037ef49c6be1cff375ce5f8dfc to your computer and use it in GitHub Desktop.
Javan Array Study Case 4
public void case4() {
ArrayList<String> users = new ArrayList<String>(Arrays.asList("Ricky Andika Putra", "Ramadani",
"Asep Dadang Supriadi", "Akmal Fuady", "Yandi Fitriyanto"));
users.remove(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment