What is "\u0000" ?
Since Java uses Unicode system rather than ASCII code system. "\u0000" is the lowest value in Unicode system, which is also default value for char data type.
Since Java uses Unicode system rather than ASCII code system. "\u0000" is the lowest value in Unicode system, which is also default value for char data type.