Java in Notes/Domino Explained: Stack, heap and references
When programming in Java it is essential that you know the difference between an object and a reference to an object and that you distinguish between what's on the heap and what's on the stack. Let me explain the difference.



