Timeline for String[] args vs (String . . . args)
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 11, 2018 at 17:43 | history | edited | Robert Harvey | CC BY-SA 3.0 | deleted 12 characters in body |
| Dec 29, 2014 at 15:55 | comment | added | user22815 | While String[] can be passed into a method taking String... as a parameter, two String[]s cannot. There is no implicit array concatenation that takes place here. | |
| Dec 28, 2014 at 18:48 | history | edited | FaizanHussainRabbani | CC BY-SA 3.0 | added 130 characters in body |
| Dec 28, 2014 at 18:46 | vote | accept | Dylan Meeus | ||
| Dec 28, 2014 at 18:38 | history | answered | FaizanHussainRabbani | CC BY-SA 3.0 |