dirask
EN
PL
1
Home
Communities
IT Knowledge
Snippets
Wiki
for Code
Questions
Inspiration
News
Findings
Snippets
Browse Code Snippets
[Edit]
+
0
-
0
Java - empty char (empty character)
Efe-V
409
Copy
1
char
empty
=
'
\u0000
'
;
// or: '\0'
Show Related Snippets