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


Please Help Members By Posting Answers For Below Questions

What is conversational state?

536


Which package is imported by default in java?

540


Why java is a platform?

462


How many types of constructors are there in java?

453


Why java is oop language?

546






What is mean by connection pooling?

545


What is component-managed sign-on ?

533


What is japplet in java?

513


What is the use of method saveorupdate()?

552


Explain jta, jndi, and jms.

618


Why java is not 100% object oriented language?

496


What is distributed application?

534


Why class is used in java?

486


What does enterprise javabeans module contain?

523


What is external subset?

542