Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Date ... Date ...Da

Re: Date ... Date ...Da

From: Erik Domstad <d2domer_at_dtek.chalmers.se>
Date: 19 Apr 2004 02:59:49 -0700
Message-ID: <781128fe.0404190159.2b5ff123@posting.google.com>


Also note that Java will not do implicit conversion of String to Date for you either. Learn to live with it.

> Example:
>
> Short + Double + Int
>
> Will be converted:
>
> Double + Double + Double
>

(And this example is badly chosen since Double and Short are classes and there would be no such type promotion of objects of class Short to class Double.)

/Erik Received on Mon Apr 19 2004 - 04:59:49 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US