Timeline for How many strings are created in memory when concatenating strings in Java?
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 28, 2013 at 20:39 | answer | added | svick | timeline score: 5 | |
| Nov 27, 2013 at 13:23 | vote | accept | ahalbert | ||
| Nov 27, 2013 at 10:21 | history | tweeted | twitter.com/#!/StackProgrammer/status/405642410765873152 | ||
| Nov 27, 2013 at 7:45 | comment | added | user2357112 | This takes O(n^2) runtime unless the JIT optimizes the loop, but it does not create n^2 strings. | |
| Nov 27, 2013 at 3:51 | history | edited | gnat | CC BY-SA 3.0 |
typo corrected
|
| Nov 27, 2013 at 3:39 | answer | added | user40980 | timeline score: 27 | |
| Nov 27, 2013 at 3:20 | comment | added | user40980 | @mattnz for multiple reasons (and not just because of the written code). | |
| Nov 27, 2013 at 3:16 | history | edited | user40980 | CC BY-SA 3.0 |
Formatting, spelling
|
| Nov 27, 2013 at 3:05 | vote | accept | ahalbert | ||
| Nov 27, 2013 at 13:23 | |||||
| Nov 27, 2013 at 2:57 | comment | added | mattnz | If you get offered this job, run away, run very fast....... | |
| Nov 27, 2013 at 2:28 | answer | added | 9000 | timeline score: 9 | |
| Nov 27, 2013 at 2:17 | review | First posts | |||
| Nov 27, 2013 at 3:51 | |||||
| Nov 27, 2013 at 2:01 | history | asked | ahalbert | CC BY-SA 3.0 |