Define static member?



Define static member?..

Answer / Azeen Zehra Naqvi

A static member is a variable or method in a class that belongs to the class itself, rather than an instance of the class. Static members are shared among all instances of the class and can be accessed without creating an object.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.

6 Answers   CTS,


What are the difference between overriding and overloading?

1 Answers  


Difference between dynamic query and static query ?

1 Answers   DELL,


how to retrieve property settings from xml .config file.

1 Answers  


what is synchronization and asynchronization. what are the difference between two?

1 Answers   TCS,


Explain the namespace classes used in asp.net mvc? : asp.net mvc

1 Answers  


Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?

3 Answers   TCS, Wipro,


What is an asp.net web form?

1 Answers  


In Crystal Report Refresh Button is not working. when I click on it it givesh error like "missing parameter values " I have used propery of Crystal Viewer like ReuseParameterValuesOnRefresh="True" but this also not working. Plz give me any solution.

1 Answers  


what is webservices. howit is use in our project .

4 Answers   TCS,


What is the difference between cookie and session?

1 Answers  


What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState ?

1 Answers  


Categories