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


Please Help Members By Posting Answers For Below Questions

In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?

557


Explain about consistent programming model in the .NET framework?

586


How to sign out from forms authentication?

537


Is viewstate enabled by default?

525


What is the displayafter property in updateprogress control?

503






What is the difference between session.abandon() vs clear()?

539


How can we identify that the page is post back in asp net?

504


Explain about the Class view window?

582


How does asp net store session ids by default?

525


Explain Authentication mechanism in dotnet

623


What is content page in asp net?

497


How do you open a page in a new window?

547


What is the caspol.exe tool used for?

534


Define globalization and localization.

557


Define repository pattern in asp.net mvc? : asp.net mvc

492