1 | Java vs. JavaScript (cont'd) |
2 | Java applets are distinct from HTML |
3 | Java is strongly typed with static (compile-time) binding |
4 | Java bytecodes are interpreted (or "Just In Time" compiled) on the client |
5 | JavaScript is tightly coupled with HTML |
6 | JavaScript is loosely typed with dynamic (run-time) binding |
7 | high-level JavaScript source code is interpreted on the client |