What are LOCAL and GLOBAL variables?
Answer / guest
Local variables lifetime ends when the Procedure ends.
Global variables lifetime begins at the start of the script
and ends at the end of the script and it can be used by any
procedure within the script. Declaring a variable by using
the keyword PRIVATE makes the variable global within the
script, but if declared using PUBLIC, then all scripts can
refer the variable.
| Is This Answer Correct ? | 0 Yes | 1 No |
why many web.config files are used in are project
no.of pages comes before protected void ?
According to dot net is error and exception are same or different?
What are the scripting objects in asp?
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")
Define common language specification (cls)?
What is n-tier system?
what is normalisation
Explain the advantages of using asp?
Explain the tags necessary to be present within the tag ?
Explain the post and get method?
What is asp in web design?