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:
Interview question
Have you ever worked without salary? 2020-02-20, 3011👍, 0💬
What do you mean by binding of data and functions?
What do you mean by binding of data and functions? Encapsulation. 2012-02-16, 2985👍, 0💬
Is C an object-oriented language?
Is C an object-oriented language? C is not an object-oriented language, but limited object-oriented programming can be done in C. 2012-04-10, 2982👍, 0💬
Can you call one constructor from another if a class has multiple constructors?
Can you call one constructor from another if a class has multiple constructors? Yes. Use this() syntax. 2012-09-06, 2972👍, 0💬
Popular Posts:
How Oracle Handles Dead Locks? - Oracle DBA FAQ - Understanding SQL Transaction Management Oracle se...
Once I have developed the COM wrapper do I have to still register the COM in registry? Yes.
What is ISO? ISO 9000 is a family of standards for quality management systems. ISO 9000 is maintaine...
Does .NET support UNICODE and how do you know it supports? Yes .NET definitely supports UNICODE. Try...
What are database triggers? How are the triggers fired? Read this collection of questions and answer...