News

If String were like other types you would need to specify String language = new String("Java");. Because String is special, you can instead specify: String language = "Java"; .
If you are running Java through your terminal or command line without a separate library of graphical user interface components, your "system.out.println()" method may not use Unicode by default.