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

can I use session variable in App_code Class page??

3 Answers   Wipro,


How many types of page.

5 Answers   TCS, Verinon Technology Solutions,


Is session server side or client side?

0 Answers  


How to implement caching?

2 Answers   Infosys, Microsoft,


Explain the server control events of asp.net ?

0 Answers  






User contro having 4 text boxes given validation controls. i want to execute validations after the button click event how it is?

3 Answers  


What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?

8 Answers   Siebel Systems,


What are Authentication and Authorization?

0 Answers  


Explain the difference between panel and groupbox classes using .net?

0 Answers  


What is an axd file?

0 Answers  


What is Stateless ASP or ASP.Net?

2 Answers   Accenture,


What is the concept of view state in asp.net?

0 Answers  


Categories