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
Answer / kris
open eclipse, select Windows then Preferences. On preferences expand java, then select "Installed JRE" option. Here you can add new JDK and make sure you select it.
| Is This Answer Correct ? | 10 Yes | 0 No |
How to sort the elements in HashMap
What is the importance of main method in Java?
What are dot operator queries?
Can we declare Pointer in Java?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
What are the properties of thread?
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); }
Is Java a dying language?
What is bytecode verifier?
Write the code for Palindrome ?
Write a method to check if input string is palindrome?
What is the tradeoff between using an unordered array versus an ordered array?