How do you declare static variable and how it is declared
and what is its lifetime?
Answer Posted / sonia
Static variables retains their values even after the
termination of the procedure in which it is declared.
| Is This Answer Correct ? | 20 Yes | 12 No |
Post New Answer View All Answers
What are the different types of a stream?
What are the features present in vb 2005?
Which control is an example of an object in vb net?
What are option strict and option explicit?
What is intermediate langauge?
Explain the components of common language runtime.
Name the tool which can convert visual basic old version to .net compatibility version?
What is deep copy?
Explain trace in vb.net?
What is late binding?
What is the difference between vb 6 and vb.net?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
Why do you need Lock in Visual Basic?
Explain managed code?
What is datatype conversion?