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

How does asp.net work?

0 Answers  


What is asp.net futures?

0 Answers  


When during the page processing cycle is ViewState available?

1 Answers   Siebel Systems,


How do you pass session values from one page to another ?

4 Answers   Digital GlobalSoft,


What is the maximum number of classes that can be contained in one dll file?

0 Answers  


What are client activated objects?

0 Answers  


What is asp.net and its advantages?

0 Answers  


What are PDBs? Where must they be located for debugging to work?

4 Answers  


What is Boxing and Unboxing?

7 Answers   Accenture, IBM, Tech Mahindra,


Why is an object pool required?

0 Answers  


From the given paragraph of text, write a program to match the strings of format “Any number of numerals followed by an underscore followed by any number of alphabets" ex:123_abc (Note:using regular expressions)

4 Answers   Microsoft,


Distinguish between Server-side and Client-side code with its functionality?

0 Answers   Siebel,


Categories