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
What is the use of system.diagnostics.process class?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
Explain cts?
What are the technology areas that microsoft.net contains?
What are the differences between server-side and client-side code?
What is the feature which is common to all .net languages?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
How can we store decimal data in .net?
Explain about visual basic.net?
What is the purpose of an Assembly?
How would you implement inheritance using vb.net?
How to store images in sql server database through vb.net?
What is the role of new keyword?
What is the advantages of VB.NET?
What is private assembly?