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 j2ee and jee same?
Is j2ee a language or framework?
How many types of constructors are there in java?
What is java transaction api (jta)?
What are struts?
What is java ee server?
What is javaserver pages (jsp)?
What is application client container?
What is non primitive data type in java?
What is callback methods?
What is j2ee server?
How can I be good in java?
What is urn?
Which of the following are subclasses of java awt component?
Is java is a technology?