How can you use a servlet to generate a plain text instead of html?
No Answer is Posted For this Question
Be the First to Post Answer
What is servlet and list its types?
What is the protocol used by Server & Client?
what do you understand by url rewriting?
What are the key methods that are involved in processing of http servlets?
Tell us something about servletconfig interface.
How servlets are deployed in java?
Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is the use of servlet wrapper classes?
Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html
Is servlet synchronized?
How do you create connections for number of users, if you want to improve performance?