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);
}
what is server side caching?
What is a singleton class? Give a practical example of its usage.
How does java pattern compile work?
When do we use synchronized methods in java?
What is the difference between a checked and an unchecked exception?
when to use ArrayList and when to use HashMap in webApplication.
What is the Dictionary class?
Why unicode is important?
What is string pooling concept?
Difference between hashCode() & equals()?
what is translator and it types
How is it possible for two string objects with identical values not to be equal under the == operator?