How do you declare static variable and how it is declared
and what is its lifetime?
Answer Posted / sonia
Static variables retains their values even after the
termination of the procedure in which it is declared.
| Is This Answer Correct ? | 20 Yes | 12 No |
Post New Answer View All Answers
What is pre-jit?
Explain private assembly?
Explain the difference between dispose and finalize()?
What is the purpose of objects present in asp.net?
Explain the difference between system.string and system.stringbuilder classes?
How to run a dos command in vb.net?
What is option strict?
Write a program to find all text files in a logical drive and return the count of the number of files?
what is commom language runtime?
Can you please explain the difference between c# and vb.net?
Explain about the performance of visual basic?
Explain i.tostring method?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
What is datatype conversion?
What are the assembly entry points?