JSP Question:

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.

Download Java JSP Programming PDF Read All 26 Java JSP Programming Questions
Previous QuestionNext Question
How do you restrict page errors display in the JSP page? What is JSP page?