How to represent empty char in Java Character class
I want to represent an empty character in Java as “” in String… Like that char ch = an empty character; Actually I want to replace a character without leaving space. I think it might be sufficient to understand what this means: no character not even space.