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 is the use of method saveorupdate()?
Is tomcat a java ee?
What is architecture neutral in java?
Why tomcat is used in java?
What is java 2 platform, enterprise edition (j2ee)?
What software is needed for java programming?
What is the ear file?
What is callback methods Component methods called by the container to notify the component of important events in its life cycle?
What is jaxr client?
What is java gui?
What is the use of jit compiler in java?
Which java technology is in demand?
What is non primitive data type in java?
Explain connector architecture.
Is java a high level language?