On Sat, Sep 06, 2003 at 05:09:33PM -0400, Nick Tarleton wrote:
> On Thursday 04 September 2003 09:08 am, Benny Amorsen wrote:
> > public final float estimatedLoad() {
> Why is this final? Isn't it mostly a myth that final functions are faster?
No, they really are in the server JVM. static finals are the fastest,
followed by followed by final, then the rest are about equal.
Scott
pgp00000.pgp
Description: PGP signature
_______________________________________________ Devl mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl
