Answer Posted / leelanarasimhareddy
A Servlet is an object that receives a request and generates
a response based on that request. The basic servlet package
defines Java objects to represent servlet requests and
responses, as well as objects to reflect the servlet's
configuration parameters and execution environment
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Define network programming?
What is http session in java?
How do I export a java project?
What is a jpa repository?
What is the difference between map and flatmap in java?
What is a service layer in java?
What is a context in java?
What is jar file in java?
What is the difference between the boolean & operator and the && operator?
What is the use of flatmap in java 8?
Is java singleton thread safe?
What is orm in java?
Write a class which checks whether a given number is prime or not. Write another class to implement the behavior of previous class and print the series of twin prime number upto a given range.
What is jboss in java?
Can an application have multiple classes having main method?