You don't need to construct String objects, Java has built-in support for some common String operations - "Hello World" is already a String object. You can for example do "Hello World".indexOf("W")...