The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
5answers
2k views

Why can't Java/C# implement RAII?

Question: Why can't Java/C# implement RAII? Clarification: I am aware the garbage collector is not deterministic. So with the current language features it is not possible for an object's Dispose() ...