Timeline for Echo implemented in Java
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 15, 2018 at 21:13 | comment | added | Solomon Ucko |
@auhmaan, the -n argument complicates things.
|
|
| Feb 15, 2018 at 18:28 | comment | added | auhmaan |
Doesn't Java have a foreach, or doesn't have something similar to C# String.Join( separator, value ) where separator would be the " " and value the args? EDIT: I've seen that Java as a similar method, so why don't use it?
|
|
| Feb 15, 2018 at 15:38 | vote | accept | CommunityBot | ||
| S Feb 15, 2018 at 14:14 | history | suggested | Martin Frank | CC BY-SA 3.0 |
fixed syntax error
|
| Feb 15, 2018 at 14:10 | review | Suggested edits | |||
| S Feb 15, 2018 at 14:14 | |||||
| Feb 15, 2018 at 13:55 | comment | added | Solomon Ucko |
@ema-pe I accidentally forgot the " " argument. StringJoiner adds something between the values.
|
|
| Feb 15, 2018 at 13:52 | history | edited | Solomon Ucko | CC BY-SA 3.0 |
fixed StringJoiner call
|
| Feb 15, 2018 at 13:27 | comment | added | user146184 |
What are the differences between StringBuilder and StringJoiner?
|
|
| Feb 15, 2018 at 13:26 | history | answered | Solomon Ucko | CC BY-SA 3.0 |