InterviewSolution
Saved Bookmarks
| 1. |
Why Is Servlet So Popular? |
|
Answer» Because SERVLETS are platform-independent Java CLASSES that are COMPILED to platform-neutral byte code that can be loaded DYNAMICALLY into and RUN by a Java technology-enabled Web server. Because servlets are platform-independent Java classes that are compiled to platform-neutral byte code that can be loaded dynamically into and run by a Java technology-enabled Web server. |
|