Chapter 34 Flashcards
1
Q
What about expression language
A
It is from JSP
2
Q
What are 3 common JSP applications layers
A
- Presentation layer
- Business layer
- Data layer
3
Q
What is web tier component of JSP
A
- Java servlet
- JavaServer pages
- JavaServer Faces
4
Q
Who handle JSP request
A
Java thread
5
Q
Does JSP portable
A
Yes
6
Q
What are special JSP tags
A
7
Q
What are 2 types of comments in JSP
A
- HTML comments (visible in browser)
2. JSP comments (hidden in browser)