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 can we do with asp.net?
Name the namespace which is used by ado.net?
what is publisher?
Give me one example of Web API Routing?
Is it possible to create web application with both webforms and mvc?
What is the difference between cookie and session?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Out of ASP or ASP.NET which one is stateless?
How do I know asp.net mvc version? : Asp.Net MVC
What is _dopostback in asp net?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What are different methods of session maintenance in asp.net?
What are cookies in asp.net?
What are session state modes in asp.net?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?