How do you declare static variable and how it is declared
and what is its lifetime?
Answer Posted / pratik
Hi,
Static variables are declare through the
Static Var1 as Integer
The scop of the Var1 is within the module where its is
defined
| Is This Answer Correct ? | 18 Yes | 20 No |
Post New Answer View All Answers
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
What is the difference between Namespace and Assembly?
What are the shared variables?
What are all the differences between dispose and finalize()?
Explain the difference between c# and vb.net?
What is the source code for display the picture in button click event?
Explain clr?
What is the difference between compiler and interpreter?
What is strong name in .net assembly?
How to retrieve images in sql server database through vb.net?
Can you please explain the difference between thread and process?
What are the different types of a stream?
What is the significance of delegates. Where should they be used?
What are nested classes?
What are the differences between server-side and client-side code?