Is It Possible for Static Variables access normal variable?
and Normal Varialbe Access the static Variables?



Is It Possible for Static Variables access normal variable? and Normal Varialbe Access the static ..

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

More ASP.NET Interview Questions

What is the difference between server-side scripting and client-side scripting?

0 Answers  


What is the difference between table and query?

0 Answers  


How do you define authentication in Web.Config?

2 Answers   Accenture, BirlaSoft, IBM,


List the types of authentication supported by asp.net?

0 Answers  


What are Http handler ?

6 Answers   Accenture, BirlaSoft, Satyam, Syntel,


In what order do the events of an ASPX page execute, As a developer is it important to understand these events?

4 Answers  


how to write code for role based security

2 Answers  


If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?

1 Answers  


How tooltip is set through code-behind in ASP.NET?

0 Answers  


Write a standard lock() plus double check to create a critical section around a variable access?

1 Answers  


what is code access security,role based security explain with example

1 Answers   Infosys,


Explain the flow of processing of the request? : asp.net mvc

0 Answers  


Categories