Answer Posted / shanawaz
Servlets is a part J2EE specification and which comes under
web developement category. Servlet API comes mainly two
packages are
1. javax.servlet
2. javax.servlet.http
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the annotations used in servlet 3?
What is a deployment descriptor?
What is the type of method for sending request from http server?
What is http servlet in java?
What is ServletConfig object?
What is setattribute in servlet?
If servlet receives multiple requests, how many objects will it create?
How can you push data from an Applet to a Servlet?
What is the difference between the include() and forward() methods?
What do you mean by singlethreadmodel interface?
What is getservletcontext?
How to rectify errors in java servlet while compilation?
What are its drawbacks of cgi?
How is the get () method different from the post() method?
What is servlet used for?