Please enable JavaScript.
Coggle requires JavaScript to display documents.
Linked lists - Coggle Diagram
Linked lists
Pointer in java
-
-
A POINTER IS JUST THE ADDRESS OF SOME location in memory. In Java, pointers play an important role behind the scenes in the form of references to objects. A Java variable of object type stores a reference to an object, which is just a pointer giving the address of that object in memory.
-
-
-
-
-
-
-
-
-