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 |
Why main() method is public, static and void in java ?
Explain java coding standards for variables ?
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
What is a variable analysis?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
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 OOAD concepts in java explain with examples?
How can final class be used?
What are drawbacks of singleton class?
Why deletion in linkedlist is fast than arraylist?
Why is string builder not thread safe?
What does a boolean method return?