Latest post
How Object Reuse Can Reduce Latency and Improve Performance
Write more performant code with less latency by becoming familiar with the art of object reuse in multi-threaded Java applications.
-
Arrays and Object Reference Java Challenge Code Quiz
Arrays are objects in Java. Variables in Java actually store references to the object, instead of the real object.
When we pass an object reference to a method, we are changing the object that is in the heap of the memory.
1-2 of 2