Created
April 8, 2016 02:00
-
-
Save liuzhengyang/088a873ddff510afac96af5977dcebdf to your computer and use it in GitHub Desktop.
EJ25, prefer list to array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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