Skip to content

Instantly share code, notes, and snippets.

@liuzhengyang
Created April 8, 2016 02:00
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 liuzhengyang/088a873ddff510afac96af5977dcebdf to your computer and use it in GitHub Desktop.
Save liuzhengyang/088a873ddff510afac96af5977dcebdf to your computer and use it in GitHub Desktop.
EJ25, prefer list to array
Object[] objects = new String[]{"s"};
objects[0] = 2;
System.out.println("h");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment