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
Can we fetch the attributes related to a servlet on a different servlet?
Whether thread can be used in servlets?
What is the major difference between context parameter and context attribute?
What is the web server used for running the Servlets?
What are the differences between forward() method and sendredirect() methods?
What do you mean by a filter and how does it work?
Name the packages that work with servlet?
How to get the actual path of servlet in server?
How can the session in servlet can be destroyed?
What is setattribute in servlet?
What do you mean by httpservlet?
How can we invoke another servlet in a different application?
Where do you define dispatcherservlet?
Can we refresh servlet in client and server side automatically?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code