different web application and windows application
Answer / sravi
web application means that is accessed via web browser over
internet or intranet..this is coded in-a browser supported
language like http,asp,php etc
windows application means a program is wrriten to run under
microsoft windows operating system..
Is This Answer Correct ? | 2 Yes | 0 No |
Can we Use VB SCRIPT instead of JAVASCRIPT in Asp.Net...
How can you change the primary scripting language for a page?
Is classic asp still supported?
Explain the function of attributes in tags?
What is a service application?
What is the difference between the value-type variables and reference-type variables
What is a request body?
When was asp released?
what is cookies?
Why do we use asp?
How many types of cookies?
Which line of code would instantiate the Browser Capabilities component? A. objBrowser = Server.CreateObject("MSWC.BrowserType") B. Set objBrowser = Server.CreateObject("MSWC.BrowserType") C. var objBrowser = Server.CreateObject("MSWC.BrowserType") D. var objBrowser = CreateObject("MSWC.BrowserType") E. var objBrowser = Server.CreateObject("BrowserType")