For eg. * If the value is 15.0E0 then I want to get mantissa =.15000, exponent = 2 * If the value is 1.3E-3 then I want to get mantissa = .13000, exponent = -2
How can we do this in java? Any pointers is highly appreciated.
For eg. * If the value is 15.0E0 then I want to get mantissa =.25000, exponent = 2 * If the value is 1.3E-3 then I want to get mantissa = .13000, exponent = -2
How can we do this in java? Any pointers is highly appreciated.
Is there a data structure similar to database view? I have a list containing thousands of data, and I want to get a sublist matching the conditions which I specify(It is multiple conditions which I want to specify).
I have been looking for a developer reading list for becoming a better developer. What are the books you think is required for becoming a good developer?
I got an application which uses Netscape security model and I could not find the home page of the Netscape security model to get the supporting library.
Now the applet fails because it does not have any library files related to Netscape security model. So any pointers for getting the applet running is appreciated.