Answer Posted / ramareddy
A 'Servlet' is a Java programming language class used to
extend the capabilities of a server. Although servlets can
respond to any types of requests, they are commonly used to
extend the applications hosted by web servers, so they can
be thought of as Java Applets that run on servers instead of
in web browsers.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is java servlet session?
Can you refresh servlet in client and server-side automatically?
Write a program to show the functionality of doget and dopost method?
What if we pass negative value in load-on-startup?
Tell us something about servletcontext interface.
What is servlet in web technology?
Explain the war file?
What is load-on-startup in servlet?
What are the types of servlets? Explain
Why don't we write a constructor in a servlet?
explain the advantages of servlet life cycle?
Difference between doget and dopost?
What if you need to span your transaction across multiple servlet invocations?
What is difference between cookies and httpsession?
What is life cycle of Servlet?