what is a servlet? and explain its lifecycle methods?
Answer Posted / sadhi
servlet is the server side programming. servlet programs are
extends the server functionality. the main work of servlet
is give the respone to the client request. when the client
give the request this request is handle by server using
servlet program. to develop servlet programs we have 2 packages
1.import javax.servlet.*;
2.import javax.httpservlet.*;
3.import javax.genericserlet.*;
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the technologies a java developer must know?
How do I run java?
What is difference between javac and java?
What is java naming and directory service?
What is authorization?
What software is needed for java programming?
What does resource adapt module contain?
Is j2ee a programming language?
What is j2ee architecture?
What are the four components of j2ee application?
What does web module contain?
What is container-managed sign-on?
What are the components and containers in java?
What will happen when you compile and run the following code?
What should a junior java developer know?