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
I’m new to WebLogic Does anyone knows how to Deploy Application using
What is a java application client?
Is c++ more secure than java?
Is j2ee and jee same?
how to run servlet program between two computer through internet ?
What is devops in java?
What are the components of awt in java?
Define connection pooling?
Define orm and its working in j2ee?
What is declaration?
Give some advantages of orm (object-relational mapping)?
What is DDP?
What is application client module?
Define the struts in the j2ee framework?
What is application client container?