Hi I am using java language. In this I have to use some chinese, japanese character as the string and print using System.out.println().
How can I do tha
Just use it, Java Strings are fully unicode, so there should be nothing hard to just say
System.out.println("世界您好!");