{}
CHRISTMAS
OFFER
62
%OFF

Stop copy pasting code you don't actually understand

Build the coding confidence you need to become a developer companies will fight for

Stop copy pasting code you don't actually understand

Become a PRO
Become a PRO
CHRISTMAS
OFFER
62
%OFF

Stop copy pasting code you don't actually understand

Build the coding confidence you need to become a developer companies will fight for

Stop copy pasting code you don't actually understand

Become a PRO
Become a PRO
run-icon
Main.java
// Online Java Compiler // Use this editor to write, compile and run your Java code online class Main { public static void main(String[] args) { int a = 0x41; System.out.println(String.valueOf(a)); System.out.println(String.valueOf((char)a)); } }
Output