Now days, different technologies for web application
development are available such as Java and .NET. In your
opinion, which technology is preferred over other
technology and why?
Answer / alvi
-> In general Java taken more time compare to .NET
for development of web applications.
->.NET is EASY (Not difficult) to develop
applications.
-> Project Clients most prefer time,efficiency and
accuracy .So, mostly Prefered .NET.
-> Now a days Java and .NET are highly used for
development of web applications.But Now mostly used .NET
compare to Java.Becuase,Every one knows all both features
SAME except Java is a plat form independent and .NET is a
language independent.
Is This Answer Correct ? | 3 Yes | 2 No |
1. How can u know that the DB has connected to ur WLS? 2. What happen when u deploy a ear file in web applications? 3. What happen when ur DB and proxy server(Apache) are down n ur weblogic server is up? 4. How can u configure ur proxy server(Apache)? 5. How can the proxy server(Apache) communicate with ur WLS? 6. How the request process to ur WLS through the Proxy server(Apache)? 7. How can u know that ur heap memory is full? 8. When will u do garbage collection?
What are the different configurations which have to be considered while testing a website?
What are dynamic pages?
What software do you use to build websites? Give me an example of a project that you built using JavaScript. What kind of functionality did you create?
What are the available environments on the web?
have you already used mvc before? What you like/dislike about it?
What type of design skills do you have?
What all information does a URL contain?
Why should you submit your site to search engines?
How do I provide information to the Web Service when the information is required as a SOAP Header?
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 is the role of usability testing in web testing?