How to escape special symbols or special character in Java?

67 Views Asked by At

I am trying to pass the string value LISBøA in java. I works fine for me when I run in net beans IDE it gives the out put value as LISBøA. when build the code and try to run in console window the string value is becomes LISB?A. Here the special character is converted into question mark symbol. How can I eacape from this issue.

0

There are 0 best solutions below