(no title)
dajoh | 1 year ago
How does the implicit nullability of all reference types lead to "undefined behaviour at runtime" in, for example, Java or C#?
I'm aware that dereferencing NULL pointers in C/C++ is undefined behavior, but I haven't seen this in any other language.
moi2388|1 year ago
NoahKAndrews|1 year ago