Java Game Developer Question: Download Java Game Developer PDF

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

Tweet Share WhatsApp

Answer:

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.

Download Java Game Developer PDF Read All 50 Java Game Developer Questions
Previous QuestionNext Question
Professional Java Game Developer Job Interview Questions:Tell me how To Be An Artist To Design Video Games?