What is war file?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between Servlets and Applets?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
What is meant by session? Tell me something about httpsession class?
What exception should be thrown when servlet is not properly initialized?
How long do servlets last?
What is servlet name in web xml?
Is tomcat a servlet container?
what are the way a client can be tracked?
What is called Scriptlet?
How do we call one servlet from another servlet?
Why is httpservlet declared abstract?