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
What are jdk tools?
What is the locale class?
Where are group policies stored? : java security
What is setstring method in java?
Is it correct to say that using parentheses can only change?
What is tuple2?
What is factory pattern in java?
Why bean class is used in java?
What is an entity in java?
What is a java executable jar file?
What is the use of flatmap?
How do I run a java program from the command line?
Which method is used to create the daemon thread?
What is javabeans api?
What is tight coupling in java?