Java Basics Practice Test: JSP and JSP Elements — Flashcards | Java Programming | FatSkills

Java Basics Practice Test: JSP and JSP Elements — Flashcards

Fast review mode: answers are shown by default so you can skim quickly. Hide them if you want to self-test.

JSP stands for JavaServer Pages and it is a collection of technologies that helps software developers create dynamically generated web pages based on HTML, XML, SOAP, or other document types. JSP is similar to PHP and ASP, but uses the Java programming language.
 

JSP pages are made out of a page template, which consists of HTML code and JSP elements such as scripting elements, directive elements, and action elements.

Directive elements are used to define page-dependent attributes, such as session tracking, error page, and buffering requirements.
Action elements are used to perform specific tasks, such as controlling the flow between pages and using Java Beans.
Scripting elements allow the writing of Java code statements within the JSP page. JSP 2.0 added new components as an Expression Language (EL), which is a fourth element type.

1 of 20 Ready
Which page directive should be used in JSP to generate a PDF page?
contentType
Shortcuts
Prev Space Show / hide Next
Turn this into a study set.
Sign in with Google to save tricky questions to your reminder list and resume on any device.
Sign in with Google Free • no extra password