Hacker News new | ask | show | jobs
by FreezerburnV 488 days ago
No uninitialized values, same as Java. You don’t get junk values that are whatever were in that memory previously. It’s actually a lack of ambiguity in that an int will always be 0 when initialized, not like 19692847376 sometimes.