previous | start | next

Answers

  1. x is a number, not an object, and you cannot invoke methods on numbers
  2. No–the println method is called on the object System.out


previous | start | next