What do you mean by JSP?

68. What do you mean by JSP?

  1. JSP is a reusable component that can be used for separating things like validation and logging from the action code
  2. JSP is a framework that provides some abstraction layer, meaning that the programmer does not have to worry about the implementations
  3. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.