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
How would you create deadlock on your servlet?
What is http servlet?
Why is a constructor needed in a servlet even if we use the init method?
When a servlet accepts a call from a client, it receives two objects. What are they?
What is servlet configuration?
How servlets are deployed in java?
What is the difference between the servlets and cgi programs?
What is servlet and how it works?
Describe in brief RequestDespatcher?
What exactly is a servlet?
Can we use threads in Servlets?
How will two or three servlets interact or communicate with each other?
What is a java servlet?
What is the difference between servlet and filter?
What are the important functions of filters?