Wednesday, October 29, 2008

Dyanmic language

Java programs carry with them substantial amount of run time type information that is used to verify and resolve access to objects at run time. This makes it possible to dynamically link code in a safe and expedient manner. This is crucial to the robustness of the applet environment.

0 comments: