What is a pointer and does Java support pointers?

Hi,

What is a pointer and does Java support pointers?

Thanks

View Answers

April 10, 2013 at 3:53 PM

Hi,

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.

for more related to [Java Pointer][1]

[1]http://www.roseindia.net/software-tutorials/detail/23773









Related Tutorials/Questions & Answers:
Advertisements