How do you declare static variable and how it is declared
and what is its lifetime?
Answer Posted / firoz ahmed
Static variable are declared within the procedure.
and it preserves the value of variable.whether is
called 10000 times.no problem.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Can you please explain the difference between vb and vb.net?
What is stack used for in vb. Net?
So you know which dll is used for microsoft .net run time?
What is public assembly?
Which class allows an element to be accessed using unique key?
Explain about garbage collection?
What are the different variables in vb.net?
Explain strong name in .net assembly?
Can you please explain the difference between c# and vb.net?
What are the different types of applications supported in .net (or) .net framework?
Explain code security?
what is intermediate language?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
What would you do to remove microsoft visual basic name space?
Explain the difference between value and reference types?