What is a static variable?

Answers were Sorted based on User's Feedback



What is a static variable?..

Answer / nashiinformaticssolutions

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

What is a static variable?..

Answer / glibwaresoftsolutions

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

What is a static variable?..

Answer / glibwaresoftsolutions

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

What is a static variable?..

Answer / glibwaresoftsolutions

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

What is a static variable?..

Answer / 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

More VB.NET Interview Questions

Can you please explain the difference between int and int32?

0 Answers  


Can you please explain the difference between thread and process?

0 Answers  


Explain trace in vb.net?

0 Answers  


What is a preprocessor directive in vb.net?

0 Answers  


Explain manifest?

0 Answers  


How would you implement inheritance using vb.net?

0 Answers  


Write a program that accepts an array of numbers, and two numbers (an element and a position in the array) and inserts the given element into nth position of the array.

2 Answers  


What is a stream in vb.net?

0 Answers  


What is the use of errorprovider control?

0 Answers  


What is the diff between vb mdi form and .net mdi form?

0 Answers  


what is intermediate language?

0 Answers  


What do you understand by vb.net?

0 Answers  


Categories