How is a Java Web Application deployed on a server?
Answer / vivek kamath
Java Web Application is deployed as .WAR(Web archieve) file
on the server
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the different configurations which have to be considered while testing a website?
If you have an issue with your page, how do you debug it, what tools do you use?
Can you give an example of when it would be appropriate to use a web service as opposed to non-serviced .NET component?
how to develop a web page that have only minimize button and not restore and close button on its right upper corner?
Enlist some web testing tools.
what are the steps involved in using the validator framework?
What type of design skills do you have?
Give some examples of web applications that are used in our day to day life.
what is a web sevice?
txtUserID = trim(Request.Form("txtUserID")) txtPassword = trim(Request.Form("txtPassword")) txtFName = trim(Request.Form("txtFName")) txtLName = trim(Request.Form("txtLName")) txtEmail = trim(Request.Form("txtEmail")) txtAddrLine1 = trim(Request.Form("txtAddrLine1")) txtAddrLine2 = trim(Request.Form("txtAddrLine2")) txtCity = trim(Request.Form("txtCity")) txtState = trim(Request.Form("txtState")) txtZip = trim(Request.Form("txtZip")) txtCountry = trim(Request.Form("txtCountry")) txtCompanyName = trim(Request.Form("txtCompanyName")) txtPhone = trim(Request.Form("txtPhone")) txtFax = trim(Request.Form("txtFax")) txtBusinessType = trim(Request.Form("txtBusinessType")) txtAffiliations = trim(Request.Form("txtAffiliations")) txtAboutUs = trim(Request.Form("txtAboutUs"))
what atttributes we use to create a webservice?
what is the difference between weblogic and websphere,jboss,tomcat?