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
difference between checkbox vs radiobutton??
Explain the difference between value and reference types?
Explain strong name in .net assembly?
What is the significance of delegates. Where should they be used?
What are the different types of applications supported in .net (or) .net framework?
What is early binding?
What is code access security?
Can you please explain the difference between system.string and system.stringbuilder classes?
Which dll is used for microsoft .net run time?
Which is the base class for all the classes in .net framework?
What is the significance of delegates?
What is the difference between c# and vb.net?
Explain how does the xmlserializer work?
What is the difference between manifest and metadata?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?