Saved Bookmarks
| 1. |
What Is Jsp? Describe Its Concept? |
|
Answer» JSP is a TECHNOLOGY that combines HTML/XML markup languages and elements of Java programming Language to return dynamic content to the WEB client, It is normally used to handle PRESENTATION logic of a web application, although it may have business logic. JSP is a technology that combines HTML/XML markup languages and elements of Java programming Language to return dynamic content to the Web client, It is normally used to handle Presentation logic of a web application, although it may have business logic. |
|