Which jsp implicit objects are thread safe?
Answer / Prashant Srivastava
The following JSP implicit objects are thread-safe: request, response, out, session, application, pageContext, page, config, and exception.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you pass control from one jsp page to another?
Can we define a class inside a jsp page?
how to make a jsp page threadsafe?
What are custom tags?
Why do we need servlets and jsp?
Why jsp is better over static html also explain lifecycle of a jsp?
What are the features of jsp?
What is include directive in jsp?
What are the attributes on page directives?
What is the scope of response object?
Can an interface be implemented in the jsp file?
What are the different types of jsp tags?