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 difference betwwen hashmap and hashtable ?
For class CFoo { }; what default methods will the compiler generate for you>?
What is the meaning of variable in research?
In how many ways we can do synchronization in java?
diffrence b\w println() and printf()
What will happen if we write code like: try{}catch(exception e)catch(IOException i)
How define set in java?
how to deploy tomcatserver to weblogic server? write d following steps?
Can we able to pass objects as an arguments in java?
What is the epoch date?
What is close method? How it's different from Finalize & Dispose?
0 Answers InfoAxon Technologies,
Can we overload final method in java?