public class Test { public static void main(String[] args) { char c1 = '1'; char c2 = '\u0031'; char c3 = 49; System.out.println(c1 + c2 + c3); } }
Login in to like
Login in to comment
\u0031=1 https://www.techonthenet.com/unicode/chart.php
2024 Dec 13, 7:04:44 PM
\u0031 = 1https://www.techonthenet.com/unicode/chart.php
2024 Dec 13, 7:04:10 PM
This is the worst question of all time
2023 Feb 19, 7:13:55 AM
or Read more about Java Quizzes
Login in to like
Login in to comment