Which of the following action variable is used to include a file in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
How do you pass control from one jsp page to another?
Why do we use jstl tags?
What are implicit objects in jsp?
What are the elements of jsp?
How to include a jsp file in another jsp file?
Q : In session created by server with client(browser) How can server find that request coming is belong to new session OR belong to session that is timeout.
Why are implicit objects not available in a regular jsp page?
What is difference between page and pagecontext in jsp?
How session is achieved in JSP?(once user logs out,if he press back button of browser he should not be allowed to same page)
How do I prevent the output of my jsp or servlet pages from being cached by the browser?
Why don’t we need to configure jsp standard tags in web.xml?
Can I use javascript on jsp page?