How can I change existing string into double. I have code like this declared as string but in reality its getting number from the database.. I was doing sting to number conversi
Double is immutable and must be constructed with a value (there is not a no-arg constructor): http://download.oracle.com/javase/1.4.2/docs/api/java/lang/Double.html