> from the top of my head: > the reasons why Java is slow: > * Runtime binding > * Lazy Class loading and linking > * Garbage Collection > * Languagel-level multithreading > *Very slow expection handling > *bytecode it is possible to compile java programs directly into machine code ... but it would have to be compiled as platform dependent obviously .. :) coldie