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 do you do descending order in java?
Q) I have a ArrayList object, in that object i have added 5 integer values, 5 float values, 5 string values. Now question is how can delete particular type of data ( i.e all int values or all float values or string values) in that list object at a time?
What is data string?
Under what circumstances an object reference be cast to an interface reference?
Where is stringbuffer stored?
Is vector ordered in java?
how can we use the servlet as standalone apllication?should we need to extend any class?
What data type is true or false?
what is generics in jdk1.5?
How do generics work in java?
Can we write multiple catch blocks under single try block?
What is java virtual machine and how it is considered in context of java’s platform independent feature?