Sunday 11 August 2013

Does Java Allow Direct Memory Access

Does Java Allow Direct Memory Access

I know C# allows you to use pointers in the unsafe context. But does Java
have some similar memory access method?
Java does not have pointers (for good reasons), so if there is a similar
memory access method, what would it be exactly?

No comments:

Post a Comment