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, 2831👍, 0💬
What is Location of Jserv configuration files ?
What is Location of Jserv configuration files ? Jserv configuration files are located in $IAS_ORACLE_HOME /Apache/Jserv/etc . 2011-11-24, 2830👍, 0💬
How can you licence a product after installation ?
How can you licence a product after installation ? You can use ad utility adlicmgr to licence product in Oracle application. 2011-11-10, 2825👍, 0💬
What class is the top of the AWT event hierarchy?
What class is the top of the AWT event hierarchy? The java.awt.AWTEvent class is the highest-level class in the AWT event-class hierarchy. 2012-10-12, 2817👍, 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, 2812👍, 0💬
Name some pure object oriented languages. C++
Name some pure object oriented languages. C++ Smalltalk, Java, Eiffel, Sather. 2012-01-13, 2806👍, 0💬
Popular Posts:
What is cross page posting? By default, button controls in ASP.NET pages post back to the same page ...
How can I check for HTML errors? HTML validators check HTML documents against a formal definition of...
Write out a function that prints out all the permutations of a string. For example, abc would give y...
How To Avoid the Undefined Index Error? - PHP Script Tips - Processing Web Forms If you don't want y...
Can you prevent a class from overriding ? If you define a class as “Sealed” in C# and “NotInheritab...