🎴 Flashcard Mode

Web Technologies and Framework Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

The class created from the JSP is known as

AnswerClick to flip back
A
JSP Implementation class file
💡 Explanation:

When a JSP (JavaServer Page) is compiled by the web container, it generates a Java class file that implements the servlet interface. This generated class is commonly referred to as the JSP Implementation class file. It contains the translated JSP code along with the servlet lifecycle methods.

Change Mode