What is java servlet?
No Answer is Posted For this Question
Be the First to Post Answer
which method in doGet or doPost is use to send binary date to server
What is the difference between context parameter and context attribute?
What do you mean by cgi in servlet?
What are the features added in Servlet 2.5?
Which httpsession object is used to view and manipulate information about a session?
Is there any need to shutdown the web server, if you want to modify a servlet?
What is the use of RequestDispatcher in servlet?
18 Answers Accenture, CTS, TCS,
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this
How can a servlet refresh automatically if some new data has entered the database?
3 Answers Citi Bank, CitiGroup, IBM, Satyam,
Can we call destroy() method inside the init() method? What happens when we do so?
How multiple simultaneous requests can be handled by servlets?
What are the differences between the servletconfig interface and the servletcontext interface?