How many objects of a servlet is created?
No Answer is Posted For this Question
Be the First to Post Answer
What is the importance of init() method in Servlet ?
What are the phases of a servlet life cycle?
How to find whether a parameter exists in the request object?
What is HTTP Tunneling?
What is the type of method for sending request from http server?
Does servlet have main method?
How can we create deadlock situation in servlet?
What's the advantages using servlets than using cgi?
What is the purpose of inter-servlet communication?
Explain is servlet mapping?
What are the difference between RMI and Servlets?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }