How can we implement a jsp page?
No Answer is Posted For this Question
Be the First to Post Answer
Name the servers that can be used to develope and deploy Servlets?
Elucidate servlet attributes and its scope?
Define servlet mapping?
when you comppile the servlet is it neccesary to restaet the tomcat server?
When the methods init() and Distroy() will be called?
Is it good idea to create servlet constructor?
Explain web container.
Can you send an authentication error from a servlet?
What are the different methods of session management in servlets?
How can I share objects across different sessions?
What are the differences between forward() method and sendredirect() methods?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?