+ 1
Can someone give me a realistic example of when we can use pointers...?
4 odpowiedzi
+ 3
With genealogical tree
+ 1
Your question is about Java. As a Java programmer you never use pointers consciously.
There are pointers of course. Whenever you create a new Java object, what you really get is a pointer. But it's all under the hood.