Answer Posted / hr@tgksolutions.com
To share a variable or method within a class, use the static keyword. Static variables are those that, once defined, are created and shared by all objects at the class level in a single copy.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain code security?
Explain the use of serialization and deserialization?
Explain an assembly?
What is strong typing and weak typing?
What is enumerator?
What are jagged arrarys ?
Name the tool which can convert visual basic old version to .net compatibility version?
What is late binding and early binding?
Explain jagged array in vb.net?
Explain the difference between web.config and machine.config and where it will be ?
What are the different types of a stream?
Explain strong name in .net assembly?
What are the different types of Lock available in Visual Basic?
How to store images in sql server database through vb.net?
What do you mean by option strict on?