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
Name the two main parts of .net?
What is the use of internal keyword?
What do you mean by Redim in VB.NET?
Write a program to find all text files in a logical drive and return the count of the number of files?
Can you please explain the difference between value and reference types?
Explain about visual basic.net?
What is strong typing and weak typing?
Which control is an example of an object in vb net?
What are option strict and option explicit?
What is the difference between import system.data.sqlclient and system.data.oledb?
source code for how to login a vb.net application ?
What is visual basic.net culture?
What are all the differences between dispose and finalize()?
Name the tool which can convert visual basic old version to .net compatibility version?
Explain the difference between dispose and finalize()?