previous | start | next

Answers

  1. It is an accessor–calling substring doesn't modify the string on which the method is invoked. In fact, all methods of the String class are accessors
  2. No–translate is a mutator


previous | start | next