Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between asp and aspx?
What is the difference between html and asp?
what is execute dataset for sp
What is an err object?
How do in-process communication work in the common language runtime?
How do I open an asp file in excel?
explain joints in .net.
Name the asp objects?
Define asp?
Can any body send me Some Interview Questions of ASP.Net 2.0 or Later to my mail id that is gauravscott@gmail.com
Name the two properties which are common in every validation control?
Explain the difference between the value-type variables and reference-type variables in terms of garbage collection?
What is Debit Memo & Credit Memo in Payables?
Define querystring collection in asp?
What is server control