Java JSB Servlets Question and Answers
17. | What is JSTL? |
---|---|
|
|
18. | What are JSP directives? |
---|---|
JSP directives do not produce any output. They are used to get global values like class declaration, context type etc. Directives have scope for entire JSP file. They start with <%@ and ends with %>. There are three main directives that can be used in JSP:
|
|
19. | What is URL rewriting? |
---|---|
|
|
20. | Why HTTP protocol called as a stateless protocol? |
---|---|
|
|