What is pure servlet?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Servlets Interview Questions

Why are servlets used?

0 Answers  


Is servlet a controller?

0 Answers  


Name the servers that can be used to develope and deploy Servlets?

1 Answers  


List out difference between a JavaBean from a Servlet?

0 Answers  


what is the control flow in servlet when we send a request?

5 Answers   TCS,






Why doesn’t a servlet include main()? How does it work?

0 Answers  


What are the different ways we can maintain state between requests?

0 Answers  


How do I know if java is running on linux?

0 Answers  


The code in a finally clause will never fail to execute, right?

0 Answers  


what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }

4 Answers  


Explain the lifecycle of a servlet?

0 Answers  


What if you need to span your transaction across multiple servlet invocations?

0 Answers  


Categories