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 Objects Meet Objects Refresher

how do i do this!

derrr i dont know how to do this

1 Answer

Joseph Wasden
Joseph Wasden
20,406 Points

The quiz is designed to test your knowledge of past courses.

In this case, your understanding of logical operators and booleans, http://docs.oracle.com/javase/tutorial/java/nutsandbolts/operators.html

and how to define a variable and initialize its value. http://docs.oracle.com/javase/tutorial/java/nutsandbolts/variables.html

There is also a question on a method used to determine if a String contains another String. (HINT: research the contains() method.)

If those are all confusing ideas, consider rewatching the course prerequisite. https://teamtreehouse.com/library/java-basics