How to avoid printing Memory address of variables in Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

23rd Apr 2021, 3:22 AM
Ron
2 Answers
+ 1
Ok, thanks for 「HAPPY TO HELP」 and Nikhil. Now I understood.
23rd Apr 2021, 3:44 AM
Ron
+ 1
You can also override the toString() method since it is invoked whenever you print an object. https://code.sololearn.com/caXPs3RVc8RY/?ref=app
23rd Apr 2021, 4:19 AM
Soumik
Soumik - avatar