What is servlet instance?
No Answer is Posted For this Question
Be the First to Post Answer
What are the two important api's in for servlets?
Why are http servlets used in programming?
What are session variable in servlets?
Difference between doget and dopost?
What is a web container and what is its responsibility?
Which event is fired at the time of session creation and destroy?
What is the importance of init() method in Servlet ?
Write a program to show the functionality of servlets.
when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?
What do you mean by singlethreadmodel interface?
Is the init(ServletConfig sc) throws IOException or not?
Hi Friends, Can we make any method thread safe withour synchronized keyword?