What are pointers are and elaborate if they can be used in java?

Submitted by: Muhammad
Pointers are a special class of variables which are available in a lot of programming constructs such as C++. These are used to reference a particular position in the memory and this is coming off as a very powerful way of explicit memory allocation, management, and traversing amounts memory units.
Pointers are however not supported or available within Java, as they can get quite complex with the segregation of the stack and the heap memory in java.
Submitted by: Muhammad

Read Online Java Game Developer Job Interview Questions And Answers