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
Why should you use delegate?
Explain about the performance of visual basic?
What is the maximum size of the textbox?
What is option strict?
Explain how to send xml file on server using http protocol?
What is a literal control?
Explain about the keyword must inherit?
Why do we use ansi keyword?
Explain the use of serialization and deserialization?
What is early binding?
What is the difference between compiler and interpreter?
What is normal jit?
What is the ruby interface generator?
Can we use Vb.Net and C# language simultaneously in one .Net application?
What are jagged arrarys ?