Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What are the restrictions placed on static method ?
What are the restrictions placed on static method ?
✍: Guest
We cannot override static methods. We cannot access any object variables inside static method. Also the this reference also not available in static methods.
2013-03-12, 2211👍, 0💬
Popular Posts:
Is Session_End event supported in all session modes ? Session_End event occurs only in “Inproc mode”...
How many types of validation controls are provided by ASP.NET ? There are six main types of validati...
Describe in detail Basic of SAO architecture of Remoting? For these types of questions interviewer e...
What is the FP per day in your current company?
The object that contains all the properties and methods for every ASP.NET page, that is built is .. ...