Unicode system example 1 - Java Program
Java Programming Language Variables in java (Article) Variables in java (Program)
2037Program:
public class UnicodeSystem { public static void main(String[] args) { char c = 'A'; System.out.println(c); } }
Output:
A Press any key to continue . . .
This Particular section is dedicated to Programs only. If you want learn more about Java Programming Language. Then you can visit below links to get more depth on this subject.