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 Basics Perfecting the Prototype Reviewing Our Feedback

A number of questions...

So I have many questions here-

1) What is a status code?

2)What are global objects?

3)Does a the name of a class(like Console nad System) always have to start with a capital letter?

2 Answers

  1. About exit status code if that what you mean: start from here: https://en.wikipedia.org/wiki/Exit_status
  2. ... Not sure what global object is
  3. The name of the class should always start with capital letter. this is a convention: http://stackoverflow.com/questions/11947084/why-should-the-first-letter-of-a-java-class-be-upper-cased

alexander I dont understand...

@Alexander Kobilinsky Why do you post that everywhere??