what is the difference between servlets and struts?
Answer Posted / asd
Servlet is a simple java class, and struts is framework but
it is used servlet as action class to controll over request
and response.
| Is This Answer Correct ? | 38 Yes | 8 No |
Post New Answer View All Answers
What are the difference between RMI and Servlets?
What are the exceptions thrown by servlets? Why?
How forward () method is different from send redirect () method?
why we should override only no-agrs init() method.
Is servlet thread safe?
How to notify an object in session when session is invalidated or timed-out?
Explain the war file?
What is servlet and its life cycle?
What do you mean by filter in servlet?
How do you load an image in a Servlet?
Which interface must be implemented by all servlets?
What are the objects involved when a servlet receives a call from client?
Whether thread can be used in servlets?
How do you deal property files in servlet?
Write all the phases defined in servlet life cycle?