Does C# support static class?Is Static class be inherited by
any class?
Answer Posted / balamurugan
Static class cannot create any objects
Static class can have only private constructors
static class can contain only static members
Static loads automatically when the clr loads the namespace
of the class.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
If 200 is for all successful operation then why do we have 201 response codes?
Define session in asp.net.
How Session use Cookies in State Management?
What is server components?
How can you ensure a permanent cookie?
Explain ViewState?
What are the uses of reflection?
What is session state server?
witch is the best insistute in sharpoint course.what abt future of share point course.
What does ascx stand for?
What is a 1x1 pixel?
In the Repeater control which way you can edit?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
Define view state.