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
Can you use javascript in servlets?
What is meant by session? Tell me something about httpsession class?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
Is servlet thread safe?
Why don't we write a constructor in a servlet?
Why are servlets used?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is servlet api used for conneting database?
Can you create a deadlock condition on a servlet?
What is the process for chaining servlet?
Differentiate between get and post?
Which interface must be implemented by all servlets?
How do I support both get and post from the same servlet?
Can you call a jsp from the servlet?
What do you mean by web applications?