What is serial version uid and its importance in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is java class writing rules?
What are new features introduced with java 8 ?
What is difference between static class and normal class?
How much ram can a 64 bit processor theoretically?
types of applets?.
What is 3-tier model?
I need to know about complete topic in java's collections i with an examples
In Java, what are this() and super(), and where are you required to use them?
What is the difference between static and non-static variables?
What is implicit object in java?
How does static modifier work?
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); }