How do you declare static variable and how it is declared
and what is its lifetime?
Answer Posted / firoz ahmed
Static variable are declared within the procedure.
and it preserves the value of variable.whether is
called 10000 times.no problem.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
Explain jit?
Can you please explain the difference between dispose and finalize()?
Name some of the features present in vb 2005?
List the two main parts of .net?
Which is the base class for all the classes in .net framework?
Explain code security?
What is the significance of delegates. Where should they be used?
Compare c# and visual basic.net?
Is vb.net dead?
Why do you need Lock in Visual Basic?
Explain the difference between .dll extension and .exe extension files?
Name some of the features of C# which are not present in VB.NET?
What is sealed class?
How can we remove handlers at run time?