M
Malcolm McLean
Browsers will only run Java in applets, which have too many restrictionsNow, if the Java gets turned into JavaScript, which is interpreted
by a browser .... I wouldn't know about that [*]. But I'm fairly
sure actual Java is not the performance disaster it was early on.
Java doesn't get turned into JavaScript - they're two very different
languages.
In any event, many browsers JIT JavaScript code these days.
on what they can do to be useful for anything much other than little
games or demos. (I'm sure there's an exceptional case somewhere).
Javascript on the other hand is a clumsy but highly flexible way of adding
interactivity to web pages, uploading data from users, and sending it
back to servers.