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 do we need new date and time api in java se 8?

480


What is a controller in java?

470


Why do we need framework in java?

438


What is crud operations in java?

468


What is a flatmap?

495






What is maven in java?

458


What is java ioc?

487


What gives java it’s “write once and run anywhere” nature?

469


Can you compile java into exe?

530


What is a stream in programming?

448


What is http session in java?

486


How do I open my java console?

495


Why sun introduce concept of anonymous class? What is need and real life use of anonymous class

1768


Why do we only use the main method to start a program?

485


What are the advantages of java 8’s date and time api over old date api and joda time api?

636