RE: Best practice for Java Object types like Integer, Long, ...

2003-12-12 Thread Rick Kellogg
Keith, In general, the approach you are taking will not work with other languages. You see for example, C# does not include a Long data type. It only includes long and Object. I suggest another approach using marker values. Good luck, Rick -Original Message- From: Keith Hatton

RE: Best practice for Java Object types like Integer, Long, ...

2003-12-12 Thread Rick Kellogg
Keith, In general, the approach you are taking will not work with other languages. You see for example, C# does not include a Long data type. It only includes long and Object. I suggest another approach using marker values. Good luck, Rick -Original Message- From: Keith Hatton

RE: Best practice for Java Object types like Integer, Long, ...

2003-12-12 Thread Keith Hatton
PROTECTED] Sent: 12 December 2003 12:13 To: [EMAIL PROTECTED] Subject: RE: Best practice for Java Object types like Integer, Long, ... Keith, In general, the approach you are taking will not work with other languages. You see for example, C# does not include a Long data type. It only includes long