How much efficient is Java 6 to Java 1.3?



I have an Applet designed using Java1.3

Since the people browsing the applets are using Java 6 / 7 (Latest
version) They already getting advantage of higher version.

Should I compile the code with Java 6 to get higher performance? Will
that speed up the Applet processing?

That applet was compiled using Java 1.3, Will recompiling speed up the
applet. Will I be seeing a 100 %/ 200 % Jump in Applet speed?

Bye
Sanny

Java Experts Needed: http://www.getclub.com/Experts.php
.



Relevant Pages

  • A Q about Borland JBuilder9.
    ... I got a free evaluation copy of Borland's JBuilder9. ... I also got a book about JAVA, and I am trying to type, compile and run some ... errormessage that the applet isn't initialised. ...
    (comp.lang.java)
  • using generated java code in Java applets
    ... I'm using Matlab Java Builder to compile .m ... When I run teh applet in netbeans environmnet, ... public void init() { ...
    (comp.lang.java.programmer)
  • Re: how do I get rt.jar for java 1.1?
    ... On Tue, 11 May 2004 19:10:42 GMT, Andrew Thompson wrote: ... ("I need to compile an applet for version java 1.1 ") ...
    (comp.lang.java.programmer)
  • Re: JVM not found..
    ... I am able to compile and run java 'applications' perfectly well ... Only when I try to run an applet, ...
    (comp.lang.java.help)
  • Re: How to complie
    ... You compile a java program using "javac", and one of the ways to run the ... public static void translate ... The program you have here is an applet, ...
    (comp.lang.java.programmer)