Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Java Data Structures - Retired Getting There Override an inherited method

Don't 100% understand toString method.

i don't completely understand the toString method...

  1. why does it have to be overwritten, if there is only one toString?
  2. I though the toString method was meant to remove the hashcode when priting in the console.

I do see the purpose of it, like it can return the Strings you have written previously. I just thought it served a different purpose.

(sorry my spelling

1 Answer