Recent content by Brian28

  1. B

    Java string declarations

    Because when they wrote the specs, they wanted to define String constants even though String is not a primitive. Nobody would want to use Java if you had to write String str = new String(new char[] {'C','a','k,'e'});