how the server will know its the same jsp page?
Answer Posted / pushpa
by seeing the portlet name space id
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is url encoding and url decoding
Who is responsible for writing a constructor?
What are the advantages of servlets over traditional cgi?
How does Cookies work in Servlets?
Whether we can get deadlock situation in servlets?
Can you send an authentication error from a servlet?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is a web container and what is its responsibility?
What is a servlet context?
What are the common methods that are included in the http servlet class?
What is cookie? Why is cookie used?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What are the different methods involved in generic servlet?
Whether thread can be used in servlets?
How can you start a jta transaction from a servlet deployed on jboss?