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 Spring Basics Modeling, Storing, and Presenting Data What is a POJO?

David Anton
PLUS
David Anton
Courses Plus Student 30,936 Points

The POJO is: "plain old java objects" but it displays an error

Am i wrong or it is a bug?

3 Answers

But mean while, try

Plain Old Java Object

with out the s in Object

Seth Kroger
Seth Kroger
56,413 Points

I've tried it both ways and it definitely only accepts the singular "plain old java object", but not the plural.

Please show the code so we can help .

Thanks

Hi

RE: "I've tried it both ways and it definitely only accepts the singular "plain old java object", but not the plural."

This is the expected response (POJO = Plain Old Java Object)

If this answers the question please mark the question as answered.

Thanks