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 |
Which is the default scripting language of asp in server-side?
What is asp in web?
Explain how to handle error in asp?
Define request object?
What is asp in java?
Define extranet?
What is aspx used for?
Define asp?
What is the maximum size of an array?
What is the purpose of application.lock method?
What is ascx cs?
How to use XML file as a database in the ASP