Which jsp implicit objects are thread safe?



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

Post New Answer

More JSP Interview Questions

How do you pass control from one jsp page to another?

1 Answers  


Can we define a class inside a jsp page?

1 Answers  


how to make a jsp page threadsafe?

2 Answers   Mastek,


What are custom tags?

1 Answers  


Why do we need servlets and jsp?

1 Answers  


Why jsp is better over static html also explain lifecycle of a jsp?

1 Answers  


What are the features of jsp?

1 Answers  


What is include directive in jsp?

1 Answers  


What are the attributes on page directives?

1 Answers  


What is the scope of response object?

1 Answers  


Can an interface be implemented in the jsp file?

1 Answers  


What are the different types of jsp tags?

1 Answers  


Categories