What is meant by session? Tell me something about httpsession class?
No Answer is Posted For this Question
Be the First to Post Answer
What is preinitialization of a servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
can i call init() method in destroy() method of servlset. ?
How to commuincate between an applet and a servlet?
Explain request dispatcher and its methods.
What is a web application and what is it’s directory structure?
The code in a finally clause will never fail to execute, right?
What is meant by cookies?
Name the packages that work with servlet?
What are different methods of session management in servlets?
What do you mean by web applications? Explain web application directory arrangement?
Explain the servlet filter.