Saved Bookmarks
| 1. |
What Is A Pointer And Does Java Support Pointers? |
|
Answer» 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. 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. |
|