+ 1
How to avoid printing Memory address of variables in Java?
I can't understand why console printing Memory address instead of carList. https://code.sololearn.com/ca2179a13a10
2 Antworten
+ 1
Ok, thanks for 「HAPPY TO HELP」 and Nikhil. Now I understood.
+ 1
You can also override the toString() method since it is invoked whenever you print an object.
https://code.sololearn.com/caXPs3RVc8RY/?ref=app