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
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What are the different properties of server control that exists?
What is the function of new view engine in asp.net? : asp.net mvc
What are the advantages of asp.net mvc framework? : asp.net mvc
Define managed code and managed data in .net?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What is the difference between cache and cookies?
How do you declare static variable?
What is clickid?
Explain the main function of razor in asp.net? : asp.net mvc
Distinguish between Server-side and Client-side code with its functionality?
What are the file extensions for razor views?
What is viewstate information stored?
What websites use asp.net?
What’s the difference between response .redirect and server.transfer?