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 various ways of session supervision in servlets?
What do you mean by web applications?
What is meant by session? Tell me something about httpsession class?
Why doesn’t a servlet include main()?
What are the phases of servlet life cycle?
Why do we have servlet wrapper classes?
explain the advantages of servlet life cycle?
Is it good idea to create servlet constructor?
How to notify an object in session when session is invalidated or timed-out?
The code in a finally clause will never fail to execute, right?
What is the default http method in the servlet?
What do you mean by filter in servlet?
How can the session in servlet be destroyed?
why we should override only no-agrs init() method.
What is the difference between Servlets and Applets?