How pointers are unsafed compare to jvm memory allocaion?

Showing Answers 1 - 1 of 1 Answers

sumeeth r tewar

  • Aug 18th, 2006
 

Pointers allow direct access to memory to users.

So wrong acess may result in accessing invalid memory and also probably system memory and there by corrupting memory.

But JVM doesnt allow User access to any systems resources.

So JVM is better. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions