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
Is java a web technology?
How long does it take to master java?
What is enterprise information system resource?
Define hashtable in j2ee?
Which server is best for java?
What do you mean by the deployment descriptor?
What is the best java course?
What is commit?
What is j2ee server?
What is certificate authority?
What is source file in java?
What is the use of jit compiler in java?
I Want build and release interview questions
What is ebxml?
What is callback methods Component methods called by the container to notify the component of important events in its life cycle?