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
Explain the difference between namespace and assembly?
What is strong typing and weak typing?
Explain i.tostring method?
What is misl code?
What is jagged array in vb.net?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
Explain the difference between thread and process?
What are nested classes?
difference between checkbox vs radiobutton??
Described strong typing and weak typing?
What is an assembly and its use?
What are the different variables in vb.net?
What is the source code for display the picture in button click event?
What do you mean by Redim in VB.NET?
What is an application domain? how they get created?