JSP stands for
Answer
Correct Answer : c ) Java Server Pages
Explanation :Java Server Pages (JSP) is a server-side programming technology that enables the creation of dynamic, platform-independent method for building Web-based applications.
It allows developers to create dynamic web pages using a combination of HTML, XML and Java code.
JSP pages are executed on a web server, and the resulting output is sent to the client's web browser.
JSP provides a way to easily access Java code and objects from within a web page, simplifying the creation of dynamic web pages.
Hence, (c) is the correct answer.
Comments