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
Define extranet?
___________ and ____________ properity to be used to create localized version of a form
can any one tell me about dot net framework not basic detail
What is the difference between asp and html? Or why asp is better than html?
Is asp still supported by microsoft?
What is the difference between asp and acp?
How do you administer security for my machine for an enterprise?
What is asp software?
Define a scripting language?
Define microsoft intermediate language (msil)?
how to implemet online examination in asp.net
Define a dictionary object?
what is the difference between #include directory in C,C++ and import java.packages in java
Give an example of how using an HttpHandler could simplify an existing design that serves Check Images from an .aspx page.
What are private assemblies and shared assemblies?