Top JSP Interview Questions and Answers in 2020 | Java Server Pages | Java Training | Edureka

FAQ

What is the basics of JSP?

JSP (JavaServer Pages) is server side technology to create dynamic java web application. JSP can be thought as an extension to servlet technology because it provides features to easily create user views. JSP Page consists of HTML code and provide option to include java code for dynamic content.

Is JSP technology extensible?

8) Is JSP technology extensible? Yes. JSP technology is extensible through the development of custom actions, or tags, which are encapsulated in tag libraries.

What does the JSP stand for?

JSP stands for Java Server Pages, otherwise known as Jakarta Server Pages. It is a server-side technology used by web developers to create dynamic web pages that are based on HTML, XML, and other web document types.

What is the major difference between ServletContext and PageContext?

What is the major difference between ServletContext and PageContext? Ans: The major difference between ServletContect and PageContext is, the ServletContext is designed to provide information about the Container and on the other hand, the PageContext is designed to provide information about the Request.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *