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
Explain about jagged arrarys ?
What is econo-jit?
What are the advantages of vb.net and c#?
Explain private assembly?
Explain enumerator?
Described strong typing and weak typing?
Tell me which namespace are used for accessing the data?
What are the shadow variables?
What is the difference between system.applicationexception class and system.systemexception?
Explain trace in vb.net?
Define serialization in .net?
What is the feature which is common to all .net languages?
Explain how to send xml file on server using http protocol?
Explain strong name in .net assembly?
Explain about visual basic?