InterviewSolution
Saved Bookmarks
| 1. |
What Is Jsp Technology? |
|
Answer» Java Server Page is a standard Java extension that is defined on top of the servlet EXTENSIONS. The goal of JSP is the simplified creation and MANAGEMENT of dynamic Web pages. JSPs are SECURE, platform-independent, and best of all, make use of Java as a server-side SCRIPTING LANGUAGE. Java Server Page is a standard Java extension that is defined on top of the servlet Extensions. The goal of JSP is the simplified creation and management of dynamic Web pages. JSPs are secure, platform-independent, and best of all, make use of Java as a server-side scripting language. |
|