String str = "hello";
System.out.println(String str);

Surely you can see what is wrong in the above code.