Y
Hacker News
new
|
ask
|
show
|
jobs
by
logicchains
921 days ago
>A lot of shops do this in Java
Absolutely not in the memory-safe subset of Java though.
2 comments
ryao
920 days ago
What is the memory-safe subset of Java? Java is memory safe by definition. Sadly, the definition might not give people what they want, which is bug-free code.
link
zozbot234
920 days ago
If you use sun.misc.Unsafe you've left the memory-safe subset.
link
ryao
920 days ago
Thanks. I had no idea that existed.
link
anonymoushn
921 days ago
Haha, it's rough when you don't even get arrays of structs!
link