Friday, 18 March 2016

What is a pointer and does Java support pointers ?


Pointer is a reference handle to a memory location.

Improper handling of pointers leads to memory leaks and reliability issues hence Java doesn't support the usage of pointers.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.