How can a servlet be used to generate plain text instead of html?
No Answer is Posted For this Question
Be the First to Post Answer
What is session variable in servlets?
Explain the custom jsp tags and the beans.
What is called servlet container?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
How to set a cookie that is persisted only for the duration fo the clients session?
Which event is fired at the time of session creation and destroy?
if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
How many servlet objects are created?
How to maintain security in servlets?
What is a parser. What does a parser do with a XML? Why do we need it?
What are different ways for authentication of servlet?
how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..