Re: compatibility java 4 -> 5
- From: Daniel Pitts <googlegroupie@xxxxxxxxxxxxx>
- Date: 31 May 2007 07:04:00 -0700
On May 31, 6:48 am, o...@xxxxxxxxxxxxx wrote:
Hi,
In which case, a desktop java application working with a sun jre1.4
could not work with a sun jre 5 ?
I thought Sun guaranteed that compatibility (adds deprecated method
but not remove anything..)
thanks
A compiled Java 4 class SHOULD be compatible with Java 5 (byte-code
compatibility). This does not guaranty that there haven't been any
bugs introduced between versions.
Also, source code isn't necessarily compatible. Java 5 has added a few
keywords, and if those keywords were used as symbols in the Java 1.4
code, you'll get a compiler error.
.
- References:
- compatibility java 4 -> 5
- From: oliv
- compatibility java 4 -> 5
- Prev by Date: compatibility java 4 -> 5
- Next by Date: Re: Is it possible to put a JPanel within a JTable cell?
- Previous by thread: compatibility java 4 -> 5
- Next by thread: Re: compatibility java 4 -> 5
- Index(es):
Relevant Pages
|