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:
Name some pure object oriented languages. C++
Name some pure object oriented languages. C++ Smalltalk, Java, Eiffel, Sather. 2012-01-13, 2663👍, 0💬
In the derived class, which data member of the base class are visible?
In the derived class, which data member of the base class are visible? In the public and protected sections. 2012-01-23, 2659👍, 0💬
What is the two main roles of Operating System?
What is the two main roles of Operating System? As a resource manager As a virtual machine 2012-01-23, 2655👍, 0💬
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, 2646👍, 0💬
What problems might the following macro bring to the application?
What problems might the following macro bring to the application? #define sq(x) x*x 2012-03-02, 2635👍, 0💬
Popular Posts:
What will be printed as the result of the operation below: #define swap(a,b) a=a+b;b=a-b;a=a-b; void...
How To Export Data to a CSV File? - Oracle DBA FAQ - Introduction to Oracle SQL Developer If you wan...
How To Divide Query Output into Groups? - MySQL FAQs - SQL SELECT Query Statements with GROUP BY You...
Can you explain different software development life cycles -part II? Water Fall Model This is the ol...
How To Empty Your Recycle Bin? - Oracle DBA FAQ - Managing Oracle Database Tables If your recycle bi...