X Tutup
public class UnicodeEx { public static void main(String[] args) { System.out.println('j' + 'a' + 'v' + 'a'); } }
X Tutup