how can we execute servelt?
what the use ".war" or ".jar" file creation
Answer Posted / rajendra kumar
war is a web archive which is used for web app and their
directory structure we can execute servlet by mapping in xml
file and called servlet by do get or do post metod.
jar file is java archive for simple a java program class
file and source code archive
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What are the servlet events?
How can we implement a jsp page?
When jsessionid is created?
What are the advantages of cookies?
What is the capacity the doget can send to the server?
What is servlet attributes and their scope?
How does tomcat servlet container work?
How do you invoke a servelt?
What is the difference between using getSession(true) and getSession(false) methods?
How can I send user authentication information while making URL Connection?
Why is Servlet so popular?
If servlet receives multiple requests, how many objects will it create?
How to generate the server side programming and the advantages of it over the other languages?
How do you deal property files in servlet?
List out difference between a JavaBean from a Servlet?