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

I am hard time to complie the code for getter method that exposes the color field.

I am still having trouble executing the code my code is as follows, can anyone please help me out here.

class GoKart{ private String color ="red"; public String getcolor() { return color; } }

Tyler B
Tyler B
5,787 Points

Can you provide us with a clear problem statement? What exactly is this code doing or not doing that you are or are not expecting?

2 Answers

i figured out the issue and fixed it,

Thank You

Tyler B
Tyler B
5,787 Points

In the interest of future answer seekers can you share what was happening and what the fix was?

Sure will do that.