Home »
MCQs »
Software Architecture MCQs
What do you mean by JSP?
68. What do you mean by JSP?
- JSP is a reusable component that can be used for separating things like validation and logging from the action code
- JSP is a framework that provides some abstraction layer, meaning that the programmer does not have to worry about the implementations
- Java Server Pages (JSP) is a server-side programming technology that enables the creation of a dynamic, platform-independent method for building Web-based applications
Answer: C) Java Server Pages (JSP) is a server-side programming technology that enables the creation of a dynamic, platform-independent method for building Web-based applications.
Explanation:
Java Server Pages (JSP) is a server-side programming technology that enables the creation of a dynamic, platform-independent method for building Web-based applications.