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 trialEdwin Kim
Courses Plus Student 1,724 PointsBest conference video in TreeHouse for Java beginners.
Hi everyone!
I am just starting Java and SO MUCH FUN!!! I'm in the beginning stages learning about Strings and Variables and compiling.
I am currently on the "pro" plan($50 a month) and I noticed it includes watch talks from industry leaders. Is this the "Conference videos" in my library? If not can you direct me to where these may be? Also, feel free to recommend any for a beginner like me! I'm in Java but anything works. Thanks you community!
// for fun //
String name = console.readLine("What is your name? ");
String quality = console.readLine("An adjective that describes you: ")
console.printf("%s is one %s person", name, quality);
first answer: Edwin second answer: Sexy
[MOD: edited code block - srh]
1 Answer
Livia Galeazzi
Java Web Development Techdegree Graduate 21,083 PointsHello,
Just go to https://teamtreehouse.com/library and scroll all the way down to find the sections Bonus Series and Conferences. Much fun learning Java!