1 |
Note Java also integrates compiled and interpreted approaches and so leads to more convenient programming environments
-
Develop and Test with Interpreters
-
Production Run with high performance using compilers and optimized libraries
|
2 |
JavaScript is a fully interpreted language but not really Java
|
3 |
Applets are half-way between traditional compiled and interpreted approaches
|
4 |
Web "systems" can behave like Interpreters with interactive commands at client
|
5 |
Web Client
|
6 |
including
|
7 |
Java Applets
|
8 |
Web Server
|
9 |
Java Application Backend
|