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

All kind of access specifiers for a class and for methods ?

1 Answers   MMTS,


Explain how cookies work.

0 Answers  


What are the components of ado.net?

0 Answers  


Explain model, view and controller represent in an mvc application? : asp.net mvc

0 Answers  


How to check null values in dataset ?

6 Answers   Digital GlobalSoft,






How do you enable tracing? a) Set the Trace property of the Web Form to True b) Set the Trace property of the server object to True c) Set the Session variables Trace to True d) Set the Applications Variable Trace to True.

2 Answers   Syntax Softtech,


What is the best Macanism to clear the Cache in asp.net

0 Answers   MCN Solutions,


What are the validation controls ?

1 Answers  


For a webapplication if i want to gice access controls like admin,users how can i give security like rolebased?

2 Answers   CTS, Syncfusion,


how we Creating a Web Service

1 Answers   Mind Tree,


To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?

0 Answers   Siebel,


How do I debug an ASP.NET application that wasn't written with Visual Studio.NET and that doesn't use code-behind?

1 Answers  


Categories