Y
Hacker News
new
|
ask
|
show
|
jobs
by
ryao
921 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.
1 comments
zozbot234
921 days ago
If you use sun.misc.Unsafe you've left the memory-safe subset.
link
ryao
921 days ago
Thanks. I had no idea that existed.
link