I like to use Double because then you can more easily detect when the
value hasn't been filled in (because it's null).
Matt
On 8/12/07, Irshad Buchh <[EMAIL PROTECTED]> wrote:
>
> Hi,
> We have an application where we expect some model classes having attributes
> (student grades) of type double.
Hi,
We have an application where we expect some model classes having attributes
(student grades) of type double. What is the best choice choosing the
datatype for such attributes double or java.lang.Double?
--Irshad.
--
View this message in context:
http://www.nabble.com/Choice-of-proper-dataty