How can we forward the request from jsp page to the servlet?
No Answer is Posted For this Question
Be the First to Post Answer
How can we handle exceptions thrown by jsp service method?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
What is out in jsp?
What is a javaserver pages (jsp)?
Can a jsp page instantiate a serialized bean?
Mention some important jsp action tags.
What is jsp include tag?
What are the two ways to include the result of another page?
What do you know about jsp expression language (jsp expression language – el)?
Explain the jspdestroy() method?
Differentiate between response.sendredirect(url) and <jsp:forward page = …> ?
What jsp lifecycle methods can be overridden?