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);
}
Difference between Choice and a List?
What is the difference between normal report & matrix report?
can we create instance for interface in java?
How does multithreading take place on a computer with a single cpu?
Is it possible to specify multiple jndi names when deploying an ejb?
What is jit compiler in java?
Is map ordered in java?
What is the difference between preemptive scheduling and time slicing?
Can a class extends itself in java?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?
Is an empty arraylist null?