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 a language or framework?
What is java advanced?
Is tomcat a java ee?
What is javaserver pages standard tag library (jstl)?
What is context attribute?
How can I be good in java?
What is considered as a web component?
Why tomcat is used in java?
Define hashtable in j2ee?
What is declaration?
What is pure java?
Which java technology is in demand?
What is DDP?
Explain j2ee architecture.
Is java gui dead?