Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@morningdot-6Xuj4M • Sep 23, 2010
No issue!! -
@amalamotupalli-9FZU26 • Dec 1, 2010
Because java script code execute at client side, not server side.
and applet, first loads from server then execute at client side. -
@yamini-uMEVDQ • Dec 1, 2010
As CEan amala said, your javascript code can be executed locally in your browser, because of which your actions are responded to quickly.
Web pages are embedded with applets using the old <applet> tag or <object> tag, which in turn would specify the location and source of the applet from wherein it has to be downloaded.