Explain the custom jsp tags and the beans.
No Answer is Posted For this Question
Be the First to Post Answer
Given the request path below, which are context path, servlet path and path info?
How the JSP file will be executed on the Server side?
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 the use of request dispatcher interface?
How will you pass values from HTML page to the servlet?
How servlets can be automatically reloaded?
Explain get and post.
What do you mean by deployment descriptor?
What is servlet invoker?
What is ServletContext() and what is its use?
9 Answers Prime Technology, TCS,
What are the different methods involved in generic servlet?
What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?