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

Which software is used for java?

475


What is ebxml?

510


What is a j2ee component?

519


Is tomcat a java ee?

488


What is j2ee specification?

493






What is web container in j2ee?

535


What is the latest framework in java?

476


How to create object without using the keyword “new” in java?

525


Is object a composite data type in java?

493


What is home interface?

514


What is j2ee explain the component of j2ee application?

448


you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?

2165


What is the build file?

527


What is distributed application?

539


What is archiving?

557