Java Series #3: Arrays & Strings
1. Arrays in Java
Arrays in Java are objects that store multiple values of the same type. They behave differently than arrays in languages like C/C++.
Key Characteristics
1.1 Stored in Heap Memory
Even if the array reference is declared inside a meth...
abheeshta-java.hashnode.dev4 min read