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, 2927👍, 0💬
Software testing vs. debugging
The difference between testing and debugging is... 2020-10-17, 2914👍, 1💬
What are the high-level thread states?
What are the high-level thread states? The high-level thread states are ready, running, waiting, and dead. 2012-06-15, 2912👍, 0💬
Name some pure object oriented languages. C++
Name some pure object oriented languages. C++ Smalltalk, Java, Eiffel, Sather. 2012-01-13, 2898👍, 0💬
What are wrapped classes?
What are wrapped classes? Wrapped classes are classes that allow primitive types to be accessed as objects. 2012-06-25, 2893👍, 0💬
Popular Posts:
Can you explain why your project needed XML? Remember XML was meant to exchange data between two ent...
How To Remove the Top White Space of Your Web Page? - CSS Tutorials - Introduction To CSS Basics The...
What does AddressOf operator do in background ? The AddressOf operator creates a delegate object to ...
What Is URI? URI (Uniform Resource Identifier) is a superset of URL. URI provides a simple and exten...
What is the purpose of the wait(), notify(), and notifyAll() methods? The wait(),notify(), and notif...