What is servlets.

Answer Posted / vijay arasan.thamil

Servlet is a server side programming Language.
It don't have main() method to invoke. Servlet will invoke
by Web container. in fact, Web container is also one java
program. we just over write the doGet() or doPost() method
with parameters of HttpServletRequest and
HttpServletResponse

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why bean class is used in java?

607


What is property file in java?

630


What is a java singleton?

618


What is dialect in java?

622


program A and B are analysed and found to have worst case running time greater than 150NlogN and N*N respectively. which program has the better guarantee after the running time for the large values of N(N>10000)? which program has the better guarantee for the running time of small program N (N<100)? which program will run faster on average for N=1000?

1772


What is a stream in java?

680


What is the difference between lambda expression and anonymous methods?

630


What are microservices in java?

625


Is jprofiler open source?

664


What is a jvm?

708


What is web xml java?

660


can anyone tell me what kind of questions are asked for core java exam in aptech

1600


What is contextpath in java?

636


What is the java api?

648


I have deployed a .war file in my application server comprising of struts and hibernate.If i want to change the "dialect" property of hibernate cfg file how can i change(I have only .war file)... Thanks in advance

1586