how can we execute servelt?
what the use ".war" or ".jar" file creation
Answer Posted / ramesh
Whenever client send the request for the first time server will create servlet object and after that it was using that object until we undeploy or shutdown the server
Generally we deliver the project to the client in the form of jar files . Suppose the project is a webbased project we deliver that project in the form of war files . Suppose that project is a normal core java project we deliver that project in the form of jar files. But to create jar or war files we use 'jar' command only , but the extension will be changed
ex:jar -cvf myproject.jar
jar -cvf myproject.war
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Which httpsession object is used to view and manipulate information about a session?
What are all the ways for session tracking?
When jsessionid is created?
How servlets are deployed in java?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What are the types of Session Tracking ?
Which event is fired at the time of session creation and destroy?
Which is better jsp or servlet?
Is it possible to have a constructor inside the servlet?
What is webservlet?
What is api in servlet?
What is the use of welcome-file-list?
Elucidate servlet attributes and its scope?
What are Servlets?
What is difference between get and post method?