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 is a scope resolution operator?
What is a scope resolution operator? A scope resolution operator (::), can be used to define the member functions of a class outside the class. 2012-02-23, 2960👍, 0💬
What is abstraction? C++
What is abstraction? C++ Abstraction is of the process of hiding unwanted details from the user. 2012-02-22, 3090👍, 0💬
What are 2 ways of exporting a function from a DLL?
What are 2 ways of exporting a function from a DLL? 1.Taking a reference to the function from the DLL instance. 2. Using the DLL ’s Type Library 2012-02-17, 3116👍, 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, 3017👍, 0💬
Popular Posts:
How To Build WHERE Criteria with Web Form Search Fields? - MySQL FAQs - Managing Tables and Running ...
Once I have developed the COM wrapper do I have to still register the COM in registry? Yes.
How was XML handled during COM times? During COM it was done by using MSXML 4.0. So old languages li...
How do I force the Dispose method to be called automatically, as clients can forget to call Dispose ...
How do I use a scriptlet to initialize a newly instantiated bean? A jsp:useBean action may optionall...