How can a thread safe JSP page be implemented?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between response.sendredirect(url) and <jsp:forward page = …> ?
What are the 3 tags used in jsp bean development?
How many jsp implicit objects are there?
How we can include the result of another page in jsp?
Which is mandatory in tag in jsp?
How can we avoid direct access of jsp pages from client browser?
What is the need of jsp?
What is difference between sendredirect and forward?
Can we override the jspinit(), _jspservice() and jspdestroy() methods?
What is full form of jsp?
What is < jsp:forward> tag for?
How does response sendredirect work?