Can you call jsp from servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What is a jsp expression?
Differentiate between jsp scriptlet tag and declaration tag.
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
Explain the various scope values for <jsp:useBean> tag.
write a program in javasacript to shake the window
Why use of scripting elements in jsp is discouraged?
What are the different scopes an object can have in a jsp page?
How do we print “<br> creates a new line in html” in jsp?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
Show attributes of page directives.
What is the use of pagecontext in jsp?