Is It Possible for Static Variables access normal variable?
and Normal Varialbe Access the static Variables?
Answer Posted / srinu
static variables can access using this keyword. and the
normal variables can access the static variables using
class.variable_name.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is difference between URL and URI?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What does the .webpart file do?
What are the different properties of server control that exists?
What parameters can you pass in the url of the api?
What is the difference between page-level caching and fragment caching?
Which of the following .NET framework supports Web API?
What is the difference between the asp and asp.net?
What are the differences between primary foreign and unique keys?
List of words of preprocessor in .net?
Difference between overriding and overloading?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
Describe how to implement globalization and localization in the use interface in .net.
What is authentication in asp.net?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?