What is unicode?
unicode is used for the internal representation of
characters and strings and it represents 16 bits to
represents each other.
| Is This Answer Correct ? | 0 Yes | 2 No |
Differences between jdk 1.4 and 1.5
6 Answers SoftSol, TCS, Wipro,
What are the drawbacks of reflection?
Is class is a data type?
What is your platform’s default character encoding?
How list contains works in java?
Can a final variable be initialized in constructor?
What is a loop java?
What is the difference between interpreter and compiling ?
Explain the reason behind ending a program with a system.exit(0)?
What is the difference between scrollbar and scrollpane?
What does escaping a character mean?
ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }