Is java an open source?
No Answer is Posted For this Question
Be the First to Post Answer
In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4
What is the diffrence between inner class and nested class?
What is string pool in java?
Are there any tools available in java to create reports?
What is a list in java?
What is the core java?
What are the different types of multitasking?
Hi friends i want display Triangle shap stars(*) please can tell me any one java code logic? * *** ***** ******* Like this
Why map is used in java?
What is operator?
What is the purpose of checked and unchecked exceptions in JAVA?
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); }